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

    https://github.com/apache/carbondata/pull/2725#discussion_r218274542
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/indexstore/blockletindex/BlockletDataMapRowIndexes.java
 ---
    @@ -40,12 +40,14 @@
     
       int BLOCK_LENGTH = 8;
     
    +  int BLOCK_MIN_MAX_FLAG = 9;
    +
       // below variables are specific for blockletDataMap
    -  int BLOCKLET_INFO_INDEX = 9;
    +  int BLOCKLET_INFO_INDEX = 10;
    --- End diff --
    
    will this modification affect legacy store?


---

Reply via email to