yihua commented on code in PR #13083:
URL: https://github.com/apache/hudi/pull/13083#discussion_r2029403545
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/HoodieIndexUtils.java:
##########
@@ -311,15 +313,74 @@ private static <R> Option<HoodieRecord<R>>
mergeIncomingWithExistingRecordWithEx
return Option.of(result);
}
+ // At this point, result.getData() contains a partial record update.
+ IndexedRecord existingRecord = existing.toIndexedRecord(existingSchema,
config.getProps())
Review Comment:
Let's hold off any changes to the non-conventional merging logic that goes
through merger or does not go through the file group reader. We can simplify
the logic along with unifying the reader path.
--
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]