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

Grant Henke resolved KUDU-1711.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.0

This was resolved with the following commits: 
* https://github.com/apache/kudu/commit/62d1dec5d5a5c31647d3a92ff203e103198a92d1
* https://github.com/apache/kudu/commit/e2870925f9a07da43658447248a4e64acde398b4

> 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
>             Fix For: 1.10.0
>
>
> 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