-
Notifications
You must be signed in to change notification settings - Fork 756
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
Alter table sql support #9460
Alter table sql support #9460
Conversation
… data field value in demand
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This means our CI is so fast and stable that our develops can depend it for tests. Thank @everpcpc's great work! |
@@ -297,6 +298,73 @@ impl DataBlock { | |||
Ok(DataBlock::create(schema.clone(), columns)) | |||
} | |||
|
|||
// If field_marks[i].is_some(), then DataBlock.column[i] = num_rows * DataField.default_value(). | |||
// Else, DataBlock.column[i] = chuck.columns[i] |
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.
Please rebase with main :)
This a poc pr, alter table add\drop column support has been merged from this pr:
so this pr is closed. |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
feat: It is not a pr for review, it just a craft pr for running unit tests of alter table modification.