Github user ajantha-bhat commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2703#discussion_r216413274
--- Diff:
core/src/main/java/org/apache/carbondata/core/indexstore/BlockletDetailInfo.java
---
@@ -51,7 +51,8 @@
private short versionNumber;
- private short blockletId;
+ // default blockletId should be -1,which means consider all the blockets
in bloack
--- End diff --
*block---
