yihua commented on code in PR #13830:
URL: https://github.com/apache/hudi/pull/13830#discussion_r2325267470
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/HoodieIndexUtils.java:
##########
@@ -636,7 +638,7 @@ public static <R> HoodieData<HoodieRecord<R>>
tagGlobalLocationBackToRecords(
return Pair.of(incomingRecord, Option.empty());
}
});
- return shouldUpdatePartitionPath
+ return shouldUpdatePartitionPath || isMoRTable
Review Comment:
That's what I mean. Beyond what should go through the merging on master,
i.e., `shouldUpdatePartitionPath = true`, additionally, if it's non
`COMMIT_TIME_ORDERING` merge mode, the merging of incoming and existing records
should also happen.
--
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]