Github user manishgupta88 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2725#discussion_r218298749
--- 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 --
No it will not have any impact as the change this code is in query part
---