nsivabalan commented on code in PR #13402:
URL: https://github.com/apache/hudi/pull/13402#discussion_r2146283441
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/io/HoodieMergeHandle.java:
##########
@@ -270,7 +269,7 @@ protected void init(String fileId,
Iterator<HoodieRecord<T>> newRecordsItr) {
// update the new location of the record, so we know where to find it
next
if (needsUpdateLocation()) {
record.unseal();
- record.setNewLocation(new HoodieRecordLocation(instantTime, fileId));
+ record.setNewLocation(newRecordLocation);
Review Comment:
sg
--
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]