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 89804ae ARROW-10283: [Python] Define PY_SSIZE_T_CLEAN to deal with
Python deprecation warning
add 75e6060 ARROW-10663: [C++] Fix is_in and index_in behaviour
No new revisions were added by this update.
Summary of changes:
c_glib/test/test-is-in.rb | 24 +-
cpp/src/arrow/compute/api_scalar.cc | 26 +-
cpp/src/arrow/compute/api_scalar.h | 18 +-
cpp/src/arrow/compute/kernels/scalar_set_lookup.cc | 111 +--
.../compute/kernels/scalar_set_lookup_test.cc | 891 +++++++++------------
python/pyarrow/_compute.pyx | 8 +-
python/pyarrow/tests/test_compute.py | 33 +
ruby/red-arrow/test/test-array.rb | 4 +-
8 files changed, 498 insertions(+), 617 deletions(-)