You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/09/28 18:20:52 UTC

[arrow] branch master updated (c20b377 -> b0b475e)

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

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


    from c20b377  ARROW-6626: [Python] Support converting nested sets when converting to arrow
     add b0b475e  ARROW-13876: [C++] Add trivial null kernels to arithmetic, sort functions

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc |  24 +++++
 .../compute/kernels/scalar_arithmetic_test.cc      |  64 ++++++++++---
 cpp/src/arrow/compute/kernels/vector_sort.cc       |  76 +++++++++++++++-
 cpp/src/arrow/compute/kernels/vector_sort_test.cc  | 101 +++++++++++++++++++++
 4 files changed, 248 insertions(+), 17 deletions(-)