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

    https://github.com/apache/carbondata/pull/2605#discussion_r207284617
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
 ---
    @@ -931,6 +931,17 @@
        */
       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";
    +
    +  /**
    +   * System property to enable or disable local dictionary generation 
default value
    +   */
    +  public static final String LOCAL_DICTIONARY_SYSTEM_ENABLE_DEFAULT = 
"false";
    --- End diff --
    
    ok, removed


---

Reply via email to