apache / iceberg-rust

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

Update Arrow deps once they release a version containing `RowSelection::union' #605

Open sdd opened 2 months ago

sdd commented 2 months ago

Once a version of Arrow is released that contains the changes in https://github.com/apache/arrow-rs/pull/6308, we can refactor our code in crates/iceberg/src/expr/visitors/page_index_evaluator.rs to use the native RowSelection::union rather than our own implemetation.