Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1472#discussion_r149587321
--- 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 --
its not a carbon property, it is just a constant---
