Login  Register

Re: [New Feature] Alter table support in carbondata

Posted by David CaiQiang on Mar 10, 2017; 1:56am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/New-Feature-Alter-table-support-in-carbondata-tp8542p8567.html

Hi manish,
    Better to keeping consistent with existing SQL syntax.

    ALTER TABLE [database_name].test_change CHANGE col_name col_name changed_column_type
   => ALTER TABLE [database_name].test_change ALTER/MODIFY col_name col_name changed_column_type

Best Regards
David QiangCai
Best Regards
David Cai