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/12/16 19:43:02 UTC

[arrow] branch master updated (049118f -> 5e00e70)

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 049118f  ARROW-15133: [CI] Remove util_checkout.sh and util_cleanup.sh scripts
     add 5e00e70  ARROW-14853: [C++][Python] Improve error message for missing function options

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/function.cc                  | 34 +++++++-----
 cpp/src/arrow/compute/function.h                   | 12 ++++-
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   |  3 +-
 cpp/src/arrow/compute/kernels/aggregate_mode.cc    |  2 +-
 cpp/src/arrow/compute/kernels/aggregate_test.cc    |  2 +-
 .../arrow/compute/kernels/scalar_if_else_test.cc   |  2 +-
 cpp/src/arrow/compute/kernels/scalar_nested.cc     |  2 +-
 cpp/src/arrow/compute/kernels/scalar_set_lookup.cc |  6 ++-
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 62 +++++++++++-----------
 .../arrow/compute/kernels/scalar_string_test.cc    |  3 +-
 .../arrow/compute/kernels/scalar_temporal_unary.cc |  3 +-
 cpp/src/arrow/compute/kernels/vector_array_sort.cc |  2 +-
 cpp/src/arrow/compute/kernels/vector_sort.cc       |  2 +-
 python/pyarrow/_compute.pyx                        | 10 ++--
 python/pyarrow/compute.py                          | 62 ++++++++++++----------
 python/pyarrow/includes/libarrow.pxd               |  1 +
 python/pyarrow/tests/test_compute.py               | 19 ++++++-
 r/tests/testthat/test-dataset-dplyr.R              |  2 +-
 r/tests/testthat/test-dplyr-funcs-conditional.R    |  2 +-
 19 files changed, 139 insertions(+), 92 deletions(-)