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
---