ajantha-bhat commented on issue #13233:
URL: https://github.com/apache/iceberg/issues/13233#issuecomment-2938447406

   You can use `partitions` metadata table which reads all the manifests and 
populates this table
   https://iceberg.apache.org/docs/1.6.0/spark-queries/#partitions
   
   But if that is slow and you want more quicker way, you can use the partition 
statistics available in Iceberg. 
   https://github.com/apache/iceberg/issues/8450
   Note: Partition stats only available via java API. It is in the process of 
integarting with engines. 
   
   Spark [WIP]: https://github.com/apache/iceberg/pull/12450


-- 
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...@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to