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/12 12:18:36 UTC

[arrow] branch master updated (57b21d7 -> 7a770d7)

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 57b21d7  ARROW-10021: [C++][Compute] Return top-n modes in mode kernel
     add 7a770d7  ARROW-10551: [Rust] Fix unreproducible benches by seeding random number generator

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/aggregate_kernels.rs  |  3 ++-
 rust/arrow/benches/arithmetic_kernels.rs |  3 ++-
 rust/arrow/benches/builder.rs            |  5 +++--
 rust/arrow/benches/equal.rs              |  7 ++++---
 rust/arrow/benches/sort_kernel.rs        |  3 ++-
 rust/arrow/benches/take_kernels.rs       |  5 +++--
 rust/arrow/src/util/bit_util.rs          | 13 +++++++------
 rust/arrow/src/util/test_util.rs         |  9 +++++++--
 8 files changed, 30 insertions(+), 18 deletions(-)