Github user ajantha-bhat commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2433#discussion_r201272195
--- Diff:
store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonWriterBuilder.java
---
@@ -284,6 +286,29 @@ public CarbonWriterBuilder withBlockSize(int
blockSize) {
return this;
}
+ /**
+ * @param localDictionaryThreshold is localDictionaryThreshold,default
is 1000
--- End diff --
also here , change to 10000---
