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


##########
hudi-common/src/main/java/org/apache/hudi/common/table/log/AbstractHoodieLogRecordScanner.java:
##########
@@ -372,7 +372,7 @@ private void scanInternalV1(Option<KeySpec> keySpecOpt) {
         }
       }
       // merge the last read block when all the blocks are done reading
-      if (!currentInstantLogBlocks.isEmpty()) {
+      if (!currentInstantLogBlocks.isEmpty() && !skipProcessingBlocks) {

Review Comment:
   Is this  change related with the fix?



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