ArnavBalyan opened a new pull request, #9140:
URL: https://github.com/apache/paimon/pull/9140

   ### Purpose
   - Range bitmap incorrectly uses bitmapOf instead of bitmapOfRange causing 2 
positions to be returned instead of the whole range. This causes missing rows 
returned for null data/potential silent data loss.
   - Ensure we can fix it by using the correct `bitmapOfRange(0, rid)` to 
select all rows.
   
   ### Tests
    - UT
   


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