Github user akashrn5 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2570#discussion_r206196432
--- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java ---
@@ -929,7 +929,7 @@
/**
* default value for local dictionary generation
*/
- public static final String LOCAL_DICTIONARY_ENABLE_DEFAULT = "true";
--- End diff --
ok
---