linliu-code commented on code in PR #13950:
URL: https://github.com/apache/hudi/pull/13950#discussion_r2390175367


##########
hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableConfig.java:
##########
@@ -920,7 +919,18 @@ public static Triple<RecordMergeMode, String, String> 
inferMergingConfigsForWrit
                                                                                
      String recordMergeStrategyId,
                                                                                
      String orderingFieldNamesAsString,
                                                                                
      HoodieTableVersion tableVersion) {
-    return inferMergingConfigsForPreV9Table(recordMergeMode, payloadClassName, 
recordMergeStrategyId, orderingFieldNamesAsString, tableVersion);
+    if (tableVersion.greaterThanOrEquals(HoodieTableVersion.NINE)) {

Review Comment:
   Many UT or FT uses this function already. No more tests are needed.



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