Github user pawanmalwal commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1472#discussion_r149593333
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -1374,6 +1374,12 @@
@CarbonProperty
public static final String BITSET_PIPE_LINE =
"carbon.use.bitset.pipe.line";
+ /**
+ * this will be used to provide comment for table
+ */
+ @CarbonProperty
--- End diff --
Done. ---
