You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/03/24 15:00:31 UTC

[arrow] branch master updated (fe6ef70 -> 8dd6abb)

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

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from fe6ef70  ARROW-12047: [Rust] [Parquet] Cleanup clippy
     add 8dd6abb  ARROW-12032: [Rust] Optimize comparison kernels

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/comparison_kernels.rs     |   4 +-
 rust/arrow/src/buffer/mutable.rs             |  55 +++++++++++++
 rust/arrow/src/compute/kernels/comparison.rs | 112 ++++++++++++++++++++++++---
 rust/arrow/src/util/bench_util.rs            |  31 +++++++-
 4 files changed, 187 insertions(+), 15 deletions(-)