You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by ravipesala <gi...@git.apache.org> on 2017/11/05 15:53:51 UTC

[GitHub] carbondata pull request #1437: [CARBONDATA-1618] Fix issue of not support ta...

Github user ravipesala commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1437#discussion_r148961091
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableInfo.java ---
    @@ -79,6 +79,9 @@
       // this idenifier is a lazy field which will be created when it is used first time
       private AbsoluteTableIdentifier identifier;
     
    +  // table comment
    +  private String tableComment;
    --- End diff --
    
    no need to add this attribute as it is already stored in properties


---