This is an automated email from the ASF dual-hosted git repository.
rok pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 672431b514 ARROW-17492: [C++] Hashing32/64 support for large
var-binary types (#13940)
add 50a7d15dfb ARROW-16695: [R][Python][C++] Extension types are not
supported in joins (#13501)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/exec/hash_join_node.cc | 3 +
cpp/src/arrow/compute/exec/hash_join_node_test.cc | 109 ++++++++++++++++++++++
cpp/src/arrow/compute/exec/util_test.cc | 56 +++++++++++
cpp/src/arrow/compute/kernels/row_encoder.cc | 22 ++++-
cpp/src/arrow/compute/kernels/row_encoder.h | 1 +
cpp/src/arrow/compute/light_array.cc | 26 ++++--
python/pyarrow/tests/test_exec_plan.py | 41 ++++++++
7 files changed, 246 insertions(+), 12 deletions(-)