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

    https://github.com/apache/carbondata/pull/1362#discussion_r141994786
  
    --- 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 --
    
    ok, I have removed it.


---

Reply via email to