-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
opt: support ALTER TABLE UNSPLIT and EXPERIMENTAL_RELOCATE #38653
Conversation
Support for ALTER TABLE UNSPLIT (which has two variants). Release note: None
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.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @justinj and @RaduBerinde)
pkg/sql/opt/optbuilder/alter_table.go, line 116 at r1 (raw file):
// Calculate the desired types for the select statement. It is OK if the // select statement returns fewer columns (the relevant prefix is used).
nit: s/select statement/input expression/
? It can be a VALUES
, right?
Also fix the formatting of details for split/unsplit. Release note: None
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.
Reviewable status: complete! 0 of 0 LGTMs obtained (and 1 stale)
pkg/sql/opt/optbuilder/alter_table.go, line 116 at r1 (raw file):
Previously, justinj (Justin Jaffray) wrote…
nit:
s/select statement/input expression/
? It can be aVALUES
, right?
Done, TFTR!
bors r+ |
38653: opt: support ALTER TABLE UNSPLIT and EXPERIMENTAL_RELOCATE r=RaduBerinde a=RaduBerinde #### opt: support ALTER TABLE UNSPLIT Support for ALTER TABLE UNSPLIT (which has two variants). Release note: None #### opt: support EXPERIMENTAL_RELOCATE Also fix the formatting of details for split/unsplit. Release note: None Informs #34848. Co-authored-by: Radu Berinde <[email protected]>
Build succeeded |
opt: support ALTER TABLE UNSPLIT
Support for ALTER TABLE UNSPLIT (which has two variants).
Release note: None
opt: support EXPERIMENTAL_RELOCATE
Also fix the formatting of details for split/unsplit.
Release note: None
Informs #34848.