Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1626#discussion_r155270121
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
---
@@ -152,6 +154,15 @@ public static CarbonTable buildFromTableInfo(TableInfo
tableInfo) {
}
table.hasDataMapSchema =
--- End diff --
Please don't change the carbonTable for aggdatamap. Add a utility function
to decide it has agg datamap or not---
