the-other-tim-brown commented on code in PR #13738:
URL: https://github.com/apache/hudi/pull/13738#discussion_r2291963177


##########
hudi-common/src/main/java/org/apache/hudi/common/engine/HoodieReaderContext.java:
##########
@@ -276,10 +279,10 @@ private void initRecordMerger(TypedProperties properties, 
boolean isIngestion) {
     HoodieTableVersion tableVersion = tableConfig.getTableVersion();
     // If the provided payload class differs from the table's payload class, 
we need to infer the correct merging behavior.
     if (isIngestion && writerPayloadClass.map(className -> 
!className.equals(tableConfig.getPayloadClass())).orElse(false)) {
-      Triple<RecordMergeMode, String, String> triple = 
HoodieTableConfig.inferMergingConfigsForWrites(null, writerPayloadClass.get(), 
null,

Review Comment:
   Should the block below also update its usage of 
`inferMergingConfigsForPreV9Table`? 



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