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 2020/11/16 21:14:28 UTC

[arrow] branch master updated (c2bffc4 -> ca9783b)

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 c2bffc4  ARROW-10480: [Python] don't infer compression by extension for Parquet
     add ca9783b  ARROW-10589: [Rust] Implement AVX-512 bit and operation

No new revisions were added by this update.

Summary of changes:
 rust/arrow/Cargo.toml                  |   1 +
 rust/arrow/benches/buffer_bit_ops.rs   |   4 +-
 rust/arrow/src/buffer.rs               | 107 ++++++++++++++++++++++++++++++---
 rust/arrow/src/compute/kernels/cast.rs |   6 +-
 rust/arrow/src/lib.rs                  |   3 +
 rust/arrow/src/util/bit_util.rs        |  16 +++++
 6 files changed, 123 insertions(+), 14 deletions(-)