[ 
https://issues.apache.org/jira/browse/KUDU-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Grant Henke reassigned KUDU-1711:
---------------------------------

    Assignee: HeLifu

> Add support for storing column comments in ColumnSchema
> -------------------------------------------------------
>
>                 Key: KUDU-1711
>                 URL: https://issues.apache.org/jira/browse/KUDU-1711
>             Project: Kudu
>          Issue Type: Improvement
>          Components: impala
>    Affects Versions: 1.0.1
>            Reporter: Dimitris Tsirogiannis
>            Assignee: HeLifu
>            Priority: Minor
>
> Currently, there is no way to persist column comments for Kudu tables unless 
> we store them in HMS. We should be able to store column comments in Kudu 
> through the ColumnSchema class. 
> Example of using column comments in a CREATE TABLE statement:
> {code}
> impala>create table foo (a int primary key comment 'this is column a') 
> distribute by hash (a) into 4 buckets stored as kudu;
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to