zhangweilst opened a new issue, #6744:
URL: https://github.com/apache/paimon/issues/6744

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### Motivation
   
   After row tracking support, users can select the row tracking table this:
   `SELECT * FROM t where _ROW_ID = 100;`
   
   Currently it will not take advantage of the table index rowid pushdown 
facilities, and just process the predicate by FilterOperator (In spark).
   
   If the predicate can be transformed to a `RoaringBitmap32` and passed down 
to the file format reader, it will hugely improve the scan performance
   
   ### Solution
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [x] I'm willing to submit a PR!


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