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

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


    from e7158c6  ARROW-13984: [Go][Parquet] File readers
     add be665ef  ARROW-13879: [C++] Mixed support for binary types in regex 
functions

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_binary_test.cc           |  12 +-
 cpp/src/arrow/compute/kernels/aggregate_test.cc    |   4 +-
 cpp/src/arrow/compute/kernels/codegen_internal.h   |  26 +-
 .../arrow/compute/kernels/scalar_if_else_test.cc   |   8 +-
 .../compute/kernels/scalar_set_lookup_test.cc      |   4 +-
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 603 +++++++++++----------
 .../arrow/compute/kernels/scalar_string_test.cc    | 455 ++++++++++++----
 cpp/src/arrow/compute/kernels/test_util.cc         |   4 +-
 cpp/src/arrow/compute/kernels/vector_hash_test.cc  |   2 +-
 .../arrow/compute/kernels/vector_replace_test.cc   |   2 +-
 .../arrow/compute/kernels/vector_selection_test.cc |   6 +-
 cpp/src/arrow/testing/gtest_util.h                 |   4 +-
 docs/source/cpp/compute.rst                        |  52 +-
 13 files changed, 759 insertions(+), 423 deletions(-)

Reply via email to