-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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 of key column column_name must be metadata-only #5604
Comments
column3 is included in primary key. You can modify it only if data is not modified during alter. But changing type to LowCardinality causes data modification and this action is not supported. |
Understand, thanks. Maybe the message could be more explicit? |
. |
@blinkov only as a feedback, if you wish to improve the error msg or not. Can be closed. |
@CurtizJ Changing the type to LowCardinality indeed causes column rewrite. It means that now we can support it. |
I assign to @alesapin because he has recently done a big rewrite of ALTER mechanics and now this task looks easy to implement. |
Any news about that ? Ralph |
Given this table
And when running
ClickHouse gives
What does it mean and can it be bypassed?
The text was updated successfully, but these errors were encountered: