Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1362#discussion_r139307225
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -707,6 +711,10 @@
*/
public static final char BIG_INT_MEASURE = 'd';
/**
+ * BOOLEAN_VALUE_MEASURE
+ */
+ public static final char BOOLEAN_MEASURE = 'a';
--- End diff --
This is not required. Others are for backward compatible only.---
