rdblue opened a new pull request #1440:
URL: https://github.com/apache/iceberg/pull/1440


   The all_data_files and all_entries tables were not correctly passing 
iterables to `ParallelIterable`. Instead of passing an iterable that would read 
a manifest list, the tables were reading the manifest list in the calling 
thread and passing the iterable `List<ManifestFile>` to `ParallelIterable`. 
This fixes the problem, which speeds up planning for those metadata tables.


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

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