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/02/21 11:00:26 UTC

[arrow] branch master updated (4718c07 -> aebabca)

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 4718c07  ARROW-11690: [Rust][DataFusion] Avoid expr copies while using builder methods
     add aebabca  ARROW-11572: [Rust] Add a kernel for division by single scalar

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/arithmetic_kernels.rs     |  15 ++-
 rust/arrow/src/buffer/immutable.rs           |   2 +-
 rust/arrow/src/compute/kernels/arithmetic.rs | 150 ++++++++++++++++++++++++++-
 3 files changed, 162 insertions(+), 5 deletions(-)