danny0405 commented on code in PR #13383:
URL: https://github.com/apache/hudi/pull/13383#discussion_r2128060646


##########
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:
   Looks like it is only used in tests, shall we just use the merged reader in 
the test to get the keys and revert the changes here? The merged reader also 
supports `emitDelete` I think.



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