[Discussion]Alter table column rename feature
Posted by
akashrn5 on
Dec 05, 2018; 11:03am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Discussion-Alter-table-column-rename-feature-tp69814.html
Hi community,
Currently carbon supports alter table rename, add column, drop column and
change datatype command.
I want to propose alter table column rename feature in carbondata.
If user has an old table and he wants to change some column names as those
columns does not meet his current business scenarios. So we can support
this feature.
Please give your inputs to this so that i can start with the design and the
implementation.
DDL used for this is same as existing datatype change command DDL
ALTER TABLE table_name CHANGE [COLUMN] col_old_name col_new_name column_type;
JIRA link for the same
https://issues.apache.org/jira/browse/CARBONDATA-3149Regards,
Akash