Github user akashrn5 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2402#discussion_r197604074
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
---
@@ -482,7 +482,7 @@ public String getTableUniqueName() {
* @return
*/
public boolean isLocalDictionaryEnabled() {
- return isLocalDictionaryEnabled;
--- End diff --
why it is always false---
