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

   ### Purpose
    - Prefix lookup currently has no direct path and returns every non null 
row, every prefix query reads the whole segment.
    - Add `query_prefix` on the btree reader, which resolves a prefix on range 
[prefix, prefix_successor(prefix)).
   
   ### Tests
    - UT added that covers multi match, disjoint and empty prefix.


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