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/07/29 19:30:26 UTC

[arrow-rs] branch active_release updated (ffe436a -> f241bc7)

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

alamb pushed a change to branch active_release
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git.


    from ffe436a  resolve unnecessary borrow clippy lints (#613) (#622)
     add f241bc7  Cherry pick Sort binary to active_release (#621)

No new revisions were added by this update.

Summary of changes:
 arrow/src/array/cast.rs           |  10 ++
 arrow/src/array/mod.rs            |   6 +-
 arrow/src/compute/kernels/sort.rs | 317 ++++++++++++++++++++++++++++++++++++++
 arrow/src/compute/kernels/take.rs |  74 +++++++++
 4 files changed, 404 insertions(+), 3 deletions(-)