lilei1128 commented on PR #9922:
URL: https://github.com/apache/paimon/pull/9922#issuecomment-5715452121

   > Found one issue: FileIndexEvaluator returns REMAIN through its 
result.equals(selection) fast path before checking whether the result is empty. 
When a bitmap deletion vector removes every selected row, both bitmaps are 
empty, so DataEvolutionSplitRead still opens the file rather than skipping it. 
Move the empty-result check before that fast path (or guard equality with 
result.remain()) and add a fully-deleted-file regression test.
   
   fixed


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