Tan-JiaLiang opened a new pull request, #6060:
URL: https://github.com/apache/paimon/pull/6060

   <!-- Please specify the module before the PR name: [core] ... or [flink] ... 
-->
   
   ### Purpose
   
   Currently, file index results can be used to filter Apache Parquet pages, 
but they rely on ColumnIndexFilter.
   
   This PR aims to generate the Parquet Rowranges directly from the file index 
results without relying on ColumnIndexFilter. This has the following advantages:
   1. TopN results can be pushed down to Parquet to filter pages.
   2. It is also suitable for supporting file index predicates fully pushdown 
from the engine in the future.
   


-- 
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: issues-unsubscr...@paimon.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to