huaxingao opened a new pull request #3745:
URL: https://github.com/apache/iceberg/pull/3745


   When getting files from Spark, we want to push down partition filters to 
Spark, so only the partitions that match the filters will be returned.
   Basically, I am using this Spark API to prune partitions
   ```
   FileIndex
     def listFiles(
         partitionFilters: Seq[Expression], dataFilters: Seq[Expression]): 
Seq[PartitionDirectory]
   ```


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to