-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-29177: Implement default Catalog selection #6088
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
base: master
Are you sure you want to change the base?
Conversation
a70484b
to
5a64e40
Compare
5a64e40
to
06335d9
Compare
ce362ce
to
927b5c1
Compare
97a4800
to
30fa6ed
Compare
|
@zhangbutao I think we need a default database created whenever a user creates new catalog so that ideally when a user switches catalog, we point to the default database within it |
@Neer393 Currently(without this PR), when a new catalog is created, a default database will also be created. With this PR, when a user switches catalogs using |
What changes were proposed in this pull request?
TODO: Add more test and cover more api.
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?