Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2269#discussion_r186685351
--- Diff:
core/src/main/java/org/apache/carbondata/core/datamap/TableDataMap.java ---
@@ -133,6 +133,10 @@
return distributables;
}
+ public List<DataMap> getTableDataMaps(DataMapDistributable
distributable) throws IOException {
--- End diff --
please add comment---
