Github user ajantha-bhat commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2652#discussion_r214844517
--- Diff:
store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonWriterBuilder.java
---
@@ -246,8 +246,8 @@ public CarbonWriterBuilder withLoadOptions(Map<String,
String> options) {
Objects.requireNonNull(options, "Load options should not be null");
//validate the options.
if (options.size() > 9) {
--- End diff --
This also need to increase to 10?
Better we remove this
---