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


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/util/StreamerUtil.java:
##########
@@ -403,7 +403,7 @@ public static void addFlinkCheckpointIdIntoMetaData(
    * @return The correct merging behaviour: <merge_mode, payload_class, 
merge_strategy_id>
    */
   public static Triple<RecordMergeMode, String, String> 
inferMergingBehavior(Configuration conf) {
-    return HoodieTableConfig.inferCorrectMergingBehavior(
+    return HoodieTableConfig.inferMergingConfigsForWrites(

Review Comment:
   HUDI-9712 to track



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

Reply via email to