Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1616#discussion_r154959616
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
---
@@ -121,6 +121,8 @@
private boolean hasDataMapSchema;
+ private Map<String, Object> propertiesMap;
--- End diff --
There is a table property map in the TableSchema already, it is in the
TableInfo---
