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


##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/buffer/PositionBasedFileGroupRecordBuffer.java:
##########
@@ -203,7 +203,7 @@ public void processDeleteBlock(HoodieDeleteBlock 
deleteBlock) throws IOException
           // this delete-vector could be kept in the records cache(see the 
check in #fallbackToKeyBasedBuffer),
           // and these keys would be deleted no matter whether there are 
following-up inserts/updates.
           DeleteRecord deleteRecord = 
deleteRecords[commitTimeBasedRecordIndex++];
-          BufferedRecord<T> record = 
BufferedRecords.fromDeleteRecord(deleteRecord, deleteRecord.getOrderingValue());
+          BufferedRecord<T> record = 
BufferedRecords.fromDeleteRecord(deleteRecord, 
readerContext.getRecordContext());

Review Comment:
   Updated



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