apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
474 stars 97 forks source link

refactor: Concurrent scan file planning #371

Closed sdd closed 1 month ago

sdd commented 1 month ago

This is more of an experiment to see how things could look if we tried to process Manifest Lists and Manifest Files concurrently rather than sequentially.