-
Notifications
You must be signed in to change notification settings - Fork 750
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(query): alter table cluster key #5718
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
35c66ab
to
9d6b4d0
Compare
f3a32ff
to
9d15b7f
Compare
Nice shot! |
I found there is a flaw in the compatibility: The updated protobuf The crate |
This PR has to merge this patch first: And it'd better increase |
It would be better to upgrade the But the data with a new Update the |
abe3d38
to
95fb701
Compare
Got it, Thanks :) |
091e7e9
to
2388060
Compare
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.
LGTM
pub cluster_key: Option<String>, | ||
// The vector of cluster keys. | ||
pub cluster_keys: Vec<String>, |
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.
Why are there duplicated cluster_key
and cluster_keys
?
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.
cc @zhyass
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.
Why are there duplicated
cluster_key
andcluster_keys
?
The cluster_key
records the current cluster key of the table. The cluster_keys
records all historical cluster keys of the table.
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Summary about this PR
Changelog
Related Issues
Fixes #5719