Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DROP VIEW IF EXISTS leads to DROP_MATERIALIZED_VIEW #14581

Closed
HurricanKai opened this issue Jan 15, 2024 · 0 comments · Fixed by #15335
Closed

DROP VIEW IF EXISTS leads to DROP_MATERIALIZED_VIEW #14581

HurricanKai opened this issue Jan 15, 2024 · 0 comments · Fixed by #15335
Assignees
Labels
type/bug Something isn't working user-feedback
Milestone

Comments

@HurricanKai
Copy link
Contributor

Describe the bug

When running DROP VIEW EXISTS on a name that does not exists, a comment about skipping it is output, and the result is DROP_MATERIALIZED_VIEW.

Error message/log

No response

To Reproduce

DROP VIEW IF EXISTS test; (with test not existing)

Expected behavior

The normal DROP_VIEW

How did you deploy RisingWave?

Via docker compose

The version of RisingWave

PostgreSQL 9.5-RisingWave-1.5.4 (49a6b42)

Additional context

It's a very minor bug but I was triple checking the naming / the commands used, so just a bit confusing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working user-feedback
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants