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

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


    from 68ed635  ARROW-9051: [GLib] Refer Array related objects from Array
     add 66bc8f0  ARROW-9042: [C++] Add Subtract and Multiply arithmetic 
kernels with wrap-around behavior

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.cc                |   2 +
 cpp/src/arrow/compute/api_scalar.h                 |  30 ++-
 cpp/src/arrow/compute/kernels/codegen_internal.h   |  90 ++-----
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 141 ++++++++++-
 .../compute/kernels/scalar_arithmetic_test.cc      | 273 +++++++++++++++++----
 cpp/src/arrow/compute/kernels/scalar_compare.cc    |  34 ++-
 cpp/src/arrow/testing/gtest_util.cc                |  15 ++
 cpp/src/arrow/testing/gtest_util.h                 |   9 +-
 8 files changed, 442 insertions(+), 152 deletions(-)

Reply via email to