danny0405 commented on code in PR #13679:
URL: https://github.com/apache/hudi/pull/13679#discussion_r2255768808
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/FileGroupReaderBasedMergeHandle.java:
##########
@@ -220,6 +323,52 @@ public void doMerge() {
}
}
+ private void setRecordLocations(HoodieRecord<T> record) {
+ if (recordIndexCallbackOpt.isEmpty()) {
Review Comment:
if the location is only used for RLI metadata inference, we can return early
when `HoodieRecord.getIgnoreIndexUpdate` is true. But I guess we can not do
this because this info has been lost.
--
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]