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

    https://github.com/apache/carbondata/pull/2375#discussion_r196304734
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java
 ---
    @@ -883,6 +883,37 @@
       public static final String COLUMN_GROUPS = "column_groups";
       public static final String DICTIONARY_EXCLUDE = "dictionary_exclude";
       public static final String DICTIONARY_INCLUDE = "dictionary_include";
    +
    +  /**
    +   * Table property to enable or disable local dictionary generation
    +   */
    +  public static final String LOCAL_DICT_ENABLE = "local_dict_enable";
    --- End diff --
    
    If this properties exposed to the user, then give the proper name 
`local_dictionary_enable`


---

Reply via email to