You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/01/13 05:23:07 UTC

[GitHub] [incubator-hudi] lamber-ken commented on a change in pull request #1094: [WIP] [HUDI-375] Refactor the configure framework of hudi project

lamber-ken commented on a change in pull request #1094: [WIP] [HUDI-375] Refactor the configure framework of hudi project
URL: https://github.com/apache/incubator-hudi/pull/1094#discussion_r365650235
 
 

 ##########
 File path: hudi-client/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
 ##########
 @@ -739,4 +728,113 @@ public HoodieWriteConfig build() {
       return config;
     }
   }
+
+  // --------------------------------------------------------------------------------
+  // ------------------------  ConfigOption Part  -----------------------------------
+  // --------------------------------------------------------------------------------
+
+  public void setString(ConfigOption<String> option, String value) {
+    Preconditions.checkArgument(option != null);
+    Preconditions.checkArgument(value != null);
 
 Review comment:
   Got it, thanks. :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services