Github user akashrn5 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2605#discussion_r208157571
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
 ---
    @@ -931,6 +931,11 @@
        */
       public static final String LOCAL_DICTIONARY_ENABLE_DEFAULT = "false";
     
    +  /**
    +   * System property to enable or disable local dictionary generation
    +   */
    +  public static final String LOCAL_DICTIONARY_SYSTEM_ENABLE = 
"carbon.local.dictionary.enable";
    --- End diff --
    
    i think we can use as ENABLE_SYSTEM_LEVEL_LOCAL_DICTIONARY, is this ok?


---

Reply via email to