danny0405 commented on code in PR #13078:
URL: https://github.com/apache/hudi/pull/13078#discussion_r2049898986
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/util/StreamerUtil.java:
##########
@@ -284,6 +287,31 @@ public static HoodieTableMetaClient initTableIfNotExists(
// some filesystems release the handles in #close method.
}
+ public static void checkAndSetMergeConfig(HoodieTableMetaClient.TableBuilder
tableBuilder, Configuration conf) {
Review Comment:
Can we move these into `HoodieTableConfig`?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]