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

    https://github.com/apache/carbondata/pull/2899#discussion_r241627223
  
    --- Diff: 
store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonWriterBuilder.java 
---
    @@ -199,6 +203,22 @@ public CarbonWriterBuilder withLoadOptions(Map<String, 
String> options) {
         return this;
       }
     
    +  /**
    +   * To support the load options for sdk writer
    +   *
    +   * @param key   the key of load option
    +   * @param value the value of load option
    +   * @return updated CarbonWriterBuilder object
    +   */
    +  public CarbonWriterBuilder withLoadOption(String key, String value) {
    +    Objects.requireNonNull(key, "key of table properties should not be 
null");
    --- End diff --
    
    ok, done


---

Reply via email to