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/05/23 11:11:30 UTC

[arrow-rs] branch master updated (b88ef80 -> 91ef8e9)

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-rs.git.


    from b88ef80  fix comparison of dictionaries with different values arrays (#332) (#333)
     add 91ef8e9  Enable wasm32 as a target architecture for the SIMD feature  (#324)

No new revisions were added by this update.

Summary of changes:
 arrow/Cargo.toml                        |  1 -
 arrow/build.rs                          | 26 -----------------
 arrow/src/buffer/ops.rs                 |  6 ++--
 arrow/src/compute/kernels/aggregate.rs  | 14 ++++-----
 arrow/src/compute/kernels/arithmetic.rs | 52 ++++++++++++++++-----------------
 arrow/src/compute/kernels/comparison.rs | 52 ++++++++++++++++-----------------
 arrow/src/datatypes/numeric.rs          | 24 +++++++--------
 arrow/src/util/bit_util.rs              |  6 ++--
 8 files changed, 77 insertions(+), 104 deletions(-)
 delete mode 100644 arrow/build.rs