Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2375#discussion_r196305311
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
---
@@ -150,6 +150,16 @@
private boolean hasDataMapSchema;
+ /**
+ * is local dictionary generation enabled for the table
+ */
+ private boolean isLocalDictionaryEnabled;
--- End diff --
Don't add extra properties, just get from table properties ---
