Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1851#discussion_r163449568
--- 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 {
--- End diff --
Is it only used in this class? I think it is better to move to outside if
not just used in this class---
