You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once a version of Arrow is released that contains the changes in apache/arrow-rs#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.