yihua commented on code in PR #9894:
URL: https://github.com/apache/hudi/pull/9894#discussion_r1632118953


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableMetaClient.java:
##########
@@ -1382,5 +1398,35 @@ public HoodieTableMetaClient 
initTable(StorageConfiguration<?> configuration, St
         throws IOException {
       return HoodieTableMetaClient.initTableAndGetMetaClient(configuration, 
basePath, build());
     }
+
+    private void validateMergeConfigs() {

Review Comment:
   I invoke this method after inferring the record merge mode in 
`HoodieTableMetaClient$PropertyBuilder#build`.



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to