Github user QiangCai commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1791#discussion_r161369358
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableInfo.java
---
@@ -316,4 +316,18 @@ public static TableInfo deserialize(byte[] bytes)
throws IOException {
return parentRelationIdentifiers;
}
+ /**
+ * whether this table has aggregation DataMap or not
+ */
+ public boolean hasAggregationDataMap() {
--- End diff --
ok---
