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 6128fa4  ARROW-8344: [C#] Bug-fixes to binary array plus other 
improvements
     add 10289a0  ARROW-9390: [C++][Doc] Review compute function names

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_aggregate.cc             |   2 +-
 cpp/src/arrow/compute/api_scalar.cc                |   6 +-
 cpp/src/arrow/compute/api_scalar.h                 |  17 +--
 cpp/src/arrow/compute/api_vector.cc                |   6 +-
 cpp/src/arrow/compute/api_vector.h                 |   4 +-
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   |   2 +-
 cpp/src/arrow/compute/kernels/aggregate_test.cc    |   4 +-
 cpp/src/arrow/compute/kernels/scalar_nested.cc     |  16 +-
 .../arrow/compute/kernels/scalar_nested_test.cc    |   4 +-
 cpp/src/arrow/compute/kernels/scalar_set_lookup.cc |  47 +++---
 .../compute/kernels/scalar_set_lookup_test.cc      |  24 +--
 cpp/src/arrow/compute/kernels/scalar_string.cc     |  67 ++++----
 .../compute/kernels/scalar_string_benchmark.cc     |   8 +-
 .../arrow/compute/kernels/scalar_string_test.cc    |  88 +++++------
 cpp/src/arrow/compute/kernels/scalar_validity.cc   |  36 ++---
 cpp/src/arrow/compute/kernels/test_util.cc         |  53 +++++--
 cpp/src/arrow/compute/kernels/test_util.h          |   8 +-
 cpp/src/arrow/compute/kernels/vector_hash_test.cc  |   3 +-
 .../arrow/compute/kernels/vector_nested_test.cc    |   9 +-
 .../arrow/compute/kernels/vector_selection_test.cc |   8 +-
 cpp/src/arrow/compute/kernels/vector_sort.cc       |  18 +--
 cpp/src/arrow/compute/kernels/vector_sort_test.cc  |   3 +-
 cpp/src/arrow/dataset/partition.cc                 |   2 +-
 cpp/src/arrow/type_traits.h                        |   2 +
 docs/source/cpp/compute.rst                        | 168 ++++++++++++++++-----
 python/pyarrow/_compute.pyx                        |  13 +-
 python/pyarrow/array.pxi                           |   2 +-
 python/pyarrow/compute.py                          |  24 +--
 python/pyarrow/includes/libarrow.pxd               |   6 +-
 python/pyarrow/tests/test_compute.py               |  24 ++-
 r/R/compute.R                                      |   4 +-
 r/src/compute.cpp                                  |   2 +-
 32 files changed, 411 insertions(+), 269 deletions(-)

Reply via email to