Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1851#discussion_r163449593
--- Diff:
core/src/main/java/org/apache/carbondata/core/indexstore/BlockletDataMapIndexStore.java
---
@@ -244,4 +247,22 @@ public void clearAccessCount(
cacheable.clear();
}
}
+
+ public static class BlockMetaInfo {
+ private String[] locationInfo;
+ private long size;
--- End diff --
please add comment for these two variable---
