You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2020/12/08 06:03:59 UTC

[arrow] branch master updated (328c5dd -> bc5b74b)

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

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


    from 328c5dd  ARROW-10809: [C++] Use Datum for SortIndices() input
     add bc5b74b  ARROW-10216: [Rust] Simd implementation for primitive min/max kernels

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/aggregate_kernels.rs        |   6 +
 rust/arrow/src/compute/kernels/aggregate.rs    | 665 ++++++++++++++++++++++---
 rust/arrow/src/datatypes.rs                    | 125 +++--
 rust/datafusion/benches/aggregate_query_sql.rs |  54 +-
 rust/datafusion/tests/sql.rs                   |  27 +-
 5 files changed, 733 insertions(+), 144 deletions(-)