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

Disallow dropping system catalog #24745

Open
piotrrzysko opened this issue Jan 20, 2025 · 1 comment
Open

Disallow dropping system catalog #24745

piotrrzysko opened this issue Jan 20, 2025 · 1 comment

Comments

@piotrrzysko
Copy link
Member

Currently, when the dynamic catalogs feature is enabled, issuing DROP CATALOG system results in the deletion of the system catalog.

In my opinion, dropping or modifying the system catalog should not be allowed, as it impacts several core functionalities, such as querying system tables. Additionally, this action is irreversible without restarting the cluster.

@ebyhr
Copy link
Member

ebyhr commented Jan 20, 2025

Disallowing the operation makes sense to me.

@dain Do you agree with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants