-
Notifications
You must be signed in to change notification settings - Fork 762
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
refactor(query/config/storage): Adapt RFC Config Backward Compatibility #5399
Conversation
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>
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
Signed-off-by: Xuanwo <github@xuanwo.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Some stage-related tests is broken, I'm working on it. |
Signed-off-by: Xuanwo <github@xuanwo.io>
…-5324-query-storage
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Part of #5297
This PR adds an outer config for
query
Config:OuterConfigV0
.We will make sure that:
TryFrom OuterConfigV0 Into Config
From Config Into OuterConfigV0
Config
.config.into_outer()
to expose OuterConfigV0In this PR, we refactor
StorageConfig
in an enum, so that we can use storage-related configs with confidence.Only
StorageConfig
has been adapted, other config fields will be updated in the following PRs.Changelog