Skip to content
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

sql: support column family definitions in CREATE TABLE AS SELECT #38906

Closed
rolandcrosby opened this issue Jul 16, 2019 · 0 comments
Closed

sql: support column family definitions in CREATE TABLE AS SELECT #38906

rolandcrosby opened this issue Jul 16, 2019 · 0 comments
Assignees
Labels
A-disaster-recovery A-schema-changes C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)

Comments

@rolandcrosby
Copy link

The new CREATE TABLE AS SELECT enhancements that @adityamaru27 is working on help with various cases when a table needs to be rewritten, including primary key changes (#20940) and other cases not handled explicitly by schema changes. Allowing a user to define column families as an additional qualifier in the table definition would be a nice improvement here, since there's not otherwise a good way to move an existing column from one family to another.

@rolandcrosby rolandcrosby added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-disaster-recovery A-schema-changes labels Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-disaster-recovery A-schema-changes C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests

2 participants