-
Notifications
You must be signed in to change notification settings - Fork 761
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
feat: List catalogs from metasrv #12219
Conversation
Signed-off-by: Xuanwo <github@xuanwo.io>
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Ok, most test caes passed. The only missing piece is |
After this pull request, our multi-catalog feature is now available! Users can create, list, show and drop catalogs that will be saved by Databend in Metasrv. At current stage, we support |
Can't not reproduce locally: Test finished, fail fast enabled, 1 out of 4102 records failed to run
0: query result mismatch:
[SQL] SHOW CATALOGS LIKE 'ctl';
[Diff] (-expected|+actual)
- ctl
Error: SelfError("sqllogictest failed")
at tests/sqllogictests/suites/base/05_ddl/05_0029_ddl_create_catalog:12 I'm working on it. |
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
This reverts commit 9c11187.
Let's go! |
* feat: List catalogs from metasrv Signed-off-by: Xuanwo <github@xuanwo.io> * try move Signed-off-by: Xuanwo <github@xuanwo.io> * Revert "try move" This reverts commit d524d4d. * Revert "feat: List catalogs from metasrv" This reverts commit ec9939f. * Add meta-store Signed-off-by: Xuanwo <github@xuanwo.io> * Add config Signed-off-by: Xuanwo <github@xuanwo.io> * Save work Signed-off-by: Xuanwo <github@xuanwo.io> * Fix build Signed-off-by: Xuanwo <github@xuanwo.io> * Fix typos Signed-off-by: Xuanwo <github@xuanwo.io> * format toml Signed-off-by: Xuanwo <github@xuanwo.io> * Implement list_catalogs Signed-off-by: Xuanwo <github@xuanwo.io> * Implement create catalog Signed-off-by: Xuanwo <github@xuanwo.io> * Fix build Signed-off-by: Xuanwo <github@xuanwo.io> * Fix test Signed-off-by: Xuanwo <github@xuanwo.io> * Fix test Signed-off-by: Xuanwo <github@xuanwo.io> * Refactor Signed-off-by: Xuanwo <github@xuanwo.io> * fix cargo lock Signed-off-by: Xuanwo <github@xuanwo.io> * Save work Signed-off-by: Xuanwo <github@xuanwo.io> * Add catalog info in plan Signed-off-by: Xuanwo <github@xuanwo.io> * Fix build Signed-off-by: Xuanwo <github@xuanwo.io> * Fix test Signed-off-by: Xuanwo <github@xuanwo.io> * Fix test Signed-off-by: Xuanwo <github@xuanwo.io> * Use debug for test Signed-off-by: Xuanwo <github@xuanwo.io> * Fix tenant Signed-off-by: Xuanwo <github@xuanwo.io> * fix test Signed-off-by: Xuanwo <github@xuanwo.io> * Revert "Use debug for test" This reverts commit 9c11187. --------- Signed-off-by: Xuanwo <github@xuanwo.io>
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
This PR will allow list catalogs from metasrv.
This change is