You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2023/09/22 16:40:39 UTC

[arrow] branch main updated (e83c23bb86 -> 772a01c080)

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

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


    from e83c23bb86 GH-36730: [Python] Add support for Cython 3.0.0 (#37097)
     add 772a01c080 GH-36420: [C++] Add An Enum Option For SetLookup Options (#36739)

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/compute.cpp                      |  17 +-
 cpp/src/arrow/compute/api_scalar.cc                |  52 +-
 cpp/src/arrow/compute/api_scalar.h                 |  34 +-
 cpp/src/arrow/compute/expression_test.cc           |   5 +-
 cpp/src/arrow/compute/kernels/scalar_set_lookup.cc | 104 ++-
 .../compute/kernels/scalar_set_lookup_test.cc      | 756 ++++++++++++++++++++-
 cpp/src/arrow/util/reflection_internal.h           |  24 +
 python/pyarrow/_compute.pyx                        |   2 +-
 8 files changed, 942 insertions(+), 52 deletions(-)