-
Notifications
You must be signed in to change notification settings - Fork 561
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
Add support of parsing ON CLUSTER in ALTER TABLE for ClickHouse #1342
Conversation
Pull Request Test Coverage Report for Build 10144995334Details
💛 - Coveralls |
87e3c4a
to
e69a978
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.
Thank you @git-hulk
For the CI errors, they are not caused by the changes in this pr. #1357 |
ClickHouse dialect supports `ON CLUSTER` clause for ALTER TABLE: ```sql ALTER TABLE table_name ON CLUSTER cluster_name ADD COLUMN c UInt32 ``` Please refer to: https://clickhouse.com/docs/en/sql-reference/statements/alter
5a78d6b
to
97f47b5
Compare
97f47b5
to
516714c
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! cc @alamb
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.
ClickHouse dialect supports
ON CLUSTER
clause for ALTER TABLE:Please refer to: https://clickhouse.com/docs/en/sql-reference/statements/alter