You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by fe...@apache.org on 2024/02/29 19:30:11 UTC

(arrow) branch main updated (5c4869d453 -> 214378b522)

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

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


    from 5c4869d453 GH-40153: [Python] Avoid using np.take in Array.to_numpy() (#40295)
     add 214378b522 GH-40280: [C++] Specialize ResolvedChunk::Value on value-specific types instead of entire class (#40281)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/chunk_resolver.cc                    | 25 ++++++++--
 cpp/src/arrow/chunk_resolver.h                     | 36 +++++++--------
 cpp/src/arrow/compute/kernels/chunked_internal.h   | 53 ++++++++++------------
 cpp/src/arrow/compute/kernels/vector_rank.cc       |  4 +-
 cpp/src/arrow/compute/kernels/vector_select_k.cc   | 14 ++----
 cpp/src/arrow/compute/kernels/vector_sort.cc       | 47 +++++++++----------
 .../arrow/compute/kernels/vector_sort_internal.h   | 38 +++++++---------
 7 files changed, 106 insertions(+), 111 deletions(-)