You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ne...@apache.org on 2020/11/15 10:57:57 UTC

[arrow] branch master updated (58113b9 -> 5666dca)

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

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


    from 58113b9  ARROW-10590: [Rust] Remove Date32(Millisecond) from casts
     add 5666dca  ARROW-10079: [Rust] Benchmark and improve count bits

No new revisions were added by this update.

Summary of changes:
 rust/arrow/Cargo.toml                              |   4 +
 .../benches/{length_kernel.rs => array_slice.rs}   |  39 +++----
 rust/arrow/src/array/array_struct.rs               |  19 ++--
 rust/arrow/src/array/array_union.rs                |   7 +-
 rust/arrow/src/array/builder.rs                    |  12 +--
 rust/arrow/src/array/data.rs                       |   3 +-
 rust/arrow/src/buffer.rs                           | 114 ++++++++++++++++++++-
 rust/arrow/src/compute/kernels/filter.rs           |   7 +-
 rust/arrow/src/util/bit_util.rs                    |  78 --------------
 9 files changed, 161 insertions(+), 122 deletions(-)
 copy rust/arrow/benches/{length_kernel.rs => array_slice.rs} (54%)