Github user xuchuanyin commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1489#discussion_r150408185
--- Diff: format/src/main/thrift/schema.thrift ---
@@ -187,15 +187,17 @@ struct ParentColumnTableRelation {
}
struct DataMapSchema {
+ // DataMap name
+ 1: required string dataMapName;
--- End diff --
will the change in sequence affect the previous version?---
