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

    https://github.com/apache/carbondata/pull/2897#discussion_r230729869
  
    --- Diff: 
store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonWriterBuilder.java 
---
    @@ -64,7 +64,8 @@
       private Map<String, String> options;
       private String taskNo;
       private int localDictionaryThreshold;
    -  private boolean isLocalDictionaryEnabled;
    +  private boolean isLocalDictionaryEnabled = Boolean.parseBoolean(
    --- End diff --
    
    So what about the `localDictionaryThreshold`? To keep the same behavior, 
each configurations should be assigned the default value while init.


---

Reply via email to