alamb opened a new pull request, #10885: URL: https://github.com/apache/arrow-rs/pull/10885
# Which issue does this PR close? - Related to #10776 - Backport of #10852 for testing # Rationale for this change Draft backport of #10852 onto `59_maintenance` so I can test the performance of that change against the 59 release line. **Not intended for merge.** # What changes are included in this PR? Cherry-pick of the four commits from #10852, plus two small adaptations for `59_maintenance`: - Kept the `mask_to_selectors` import in `read_plan.rs` (still used on this branch) - `rand::RngExt` → `rand::Rng` (this branch pins rand 0.9) # Are these changes tested? Yes, by the tests brought over from #10852. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
