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


##########
hudi-common/src/main/java/org/apache/hudi/common/table/read/UnmergedFileGroupRecordBuffer.java:
##########
@@ -108,6 +122,9 @@ public void processNextDataRecord(BufferedRecord<T> record, 
Serializable index)
   @Override
   public void processDeleteBlock(HoodieDeleteBlock deleteBlock) {
     // no-op
+    if (emitDelete) {
+      currentInstantLogBlocks.add(deleteBlock);

Review Comment:
   Right, it is just the tests and they only read the keys so the merged reader 
is working. Will revert changes to this file in the next commit.



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