Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2447#discussion_r200359974
--- Diff:
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
---
@@ -936,6 +936,10 @@
*/
public static final String LOCAL_DICTIONARY_THRESHOLD_DEFAULT = "10000";
+ public static final int LOCAL_DICTIONARY_MAX = 100000;
--- End diff --
Add comments---
