You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2020/12/20 17:55:04 UTC

[arrow] branch master updated (6e29bdb -> 02a3ad8)

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

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


    from 6e29bdb  ARROW-10985: [Rust] Update unsafe guidelines for adding JIRA references
     add 02a3ad8  ARROW-10940: [Rust] Extend sort kernel to ListArray

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/cast.rs           |   6 +
 rust/arrow/src/array/mod.rs            |   4 +-
 rust/arrow/src/compute/kernels/sort.rs | 214 +++++++++++++++++++++++++++++++++
 rust/arrow/src/compute/kernels/take.rs |  29 +++--
 rust/arrow/src/compute/util.rs         | 171 ++++++++++++++++++++------
 5 files changed, 370 insertions(+), 54 deletions(-)