zhuqi-lucas commented on PR #7409:
URL: https://github.com/apache/arrow-rs/pull/7409#issuecomment-2799915750

   Thank you @tustvold for review:
   
   More details in this ticket:
   https://github.com/apache/arrow-rs/issues/7363
   
   
   We are trying to add benchmark for row filter push down:
   https://github.com/apache/arrow-rs/pull/7401
   
   And also try to benchmark with the page cache PR:
   https://github.com/apache/arrow-rs/pull/6921
   
   
   The benchmark will work well for main branch, but stuck for 
https://github.com/apache/arrow-rs/pull/6921 page cache branch, so i try to 
debug it and found the low level skip page API will not skip dict page. And the 
page cache PR will use this low level API. 
   
   And main branch will also use this API, but it will exclude the dict page 
before use it:
   https://github.com/apache/arrow-rs/pull/7409#issuecomment-2799913654
   


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