-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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 ... MATERIALIZE COLUMN
#27038
ALTER TABLE ... MATERIALIZE COLUMN
#27038
Conversation
It is not that easy to skip rewriting column if there is no value |
I think it is nearly impossible. |
But why? Just add one more check to |
Yeah, totally! |
@filimonov @alesapin We may want to have possibility to re-materialize column, even if it is partially materialized. What about:
? |
Yes, I can imagine some scenarios for that.
I'm not the best at naming things, but ok for me :) From English-grammar POV it should be 'forcibly', but 'force' is simpler. One more option is to create smth like |
Or existing |
Need to fix PVS-Studio report. |
f95b7dd
to
04661d7
Compare
ALTER TABLE ... MATERIALIZE COLUMN
ALTER TABLE ... MATERIALIZE COLUMN
ALTER TABLE ... MATERIALIZE COLUMN
ALTER TABLE ... MATERIALIZE COLUMN
@alesapin Because |
@Mergifyio rebase |
Command
|
04661d7
to
9a5abfe
Compare
@Mergifyio rebase please, there is one build which is broken :( |
Command
|
@alexey-milovidov @alesapin Can someone of you step in as a reviewer? |
9a5abfe
to
1aa86ea
Compare
Ok, should work as expected. |
Internal documentation ticket: DOCSUP-14538. |
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
ALTER TABLE ... MATERIALIZE COLUMN.
Progress on #18187