This is an automated email from the ASF dual-hosted git repository.

dheres pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    from 6deefb7d61 Add CI tests for `parquet-variant` crate and fix clippy 
(#7601)
     add f92ff183aa Add `coalesce` kernel and`BatchCoalescer` for statefully 
combining selected b…atches: (#7597)

No new revisions were added by this update.

Summary of changes:
 arrow-select/src/coalesce.rs      | 629 ++++++++++++++++++++++++++++++++++++++
 arrow-select/src/filter.rs        |  10 +-
 arrow-select/src/lib.rs           |   1 +
 arrow-select/src/take.rs          |   6 +
 arrow/Cargo.toml                  |   6 +
 arrow/benches/coalesce_kernels.rs | 403 ++++++++++++++++++++++++
 arrow/src/compute/kernels.rs      |   4 +-
 arrow/src/compute/mod.rs          |   1 +
 arrow/src/util/bench_util.rs      |   2 +-
 9 files changed, 1058 insertions(+), 4 deletions(-)
 create mode 100644 arrow-select/src/coalesce.rs
 create mode 100644 arrow/benches/coalesce_kernels.rs

Reply via email to