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 2021/03/30 15:04:34 UTC

[arrow] branch master updated (9aa0f85 -> 4de0ed7)

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 9aa0f85  ARROW-11973 [Rust][DataFusion] Boolean kleene kernels
     add 4de0ed7  ARROW-12120: [Rust] Generate random arrays and batches

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/aggregate_kernels.rs  |   4 +-
 rust/arrow/benches/comparison_kernels.rs |   2 +-
 rust/arrow/benches/concatenate_kernel.rs |   8 +-
 rust/arrow/benches/equal.rs              |   4 +-
 rust/arrow/benches/filter_kernels.rs     |   2 +-
 rust/arrow/benches/mutable_array.rs      |   4 +-
 rust/arrow/benches/take_kernels.rs       |  12 +-
 rust/arrow/src/util/bench_util.rs        |  50 ++++-
 rust/arrow/src/util/data_gen.rs          | 347 +++++++++++++++++++++++++++++++
 rust/arrow/src/util/mod.rs               |   1 +
 10 files changed, 415 insertions(+), 19 deletions(-)
 create mode 100644 rust/arrow/src/util/data_gen.rs