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

[CARBONDATA-4014] Support Change Column Comment #3960

Closed
wants to merge 1 commit into from

Commits on Sep 29, 2020

  1. [CARBONDATA-4014] Support Change Column Comment

    Why is this PR needed?
    Now, we support add column comment in "CREATE TABLE" and "ADD COLUMN". but do not support alter comment of the column, which shall be support in 'CHANGE COLUMN'
    
    What changes were proposed in this PR?
    Support "ALTER TABLE table_name CHANGE [COLUMN] col_name col_name data_type [COMMENT col_comment]"
    
    Does this PR introduce any user interface change?
    Yes. add CHANGE COLUMN explaination in the ddl document.
    
    Is any new testcase added?
    Yes
    marchpure committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    de35992 View commit details
    Browse the repository at this point in the history