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