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 251ca7a ARROW-13327: [C++][Python] Improve consistency of explicit
C++ types in PyArrow files
add 18ca1e9 ARROW-13532: [C++][Compute] - adding set membership type
filtering to hash table interface
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/exec/key_encode.cc | 16 +-
cpp/src/arrow/compute/exec/key_map.cc | 700 ++++++++++++++-------
cpp/src/arrow/compute/exec/key_map.h | 100 ++-
cpp/src/arrow/compute/exec/key_map_avx2.cc | 193 +++---
cpp/src/arrow/compute/kernels/hash_aggregate.cc | 25 +-
.../arrow/compute/kernels/hash_aggregate_test.cc | 17 +-
6 files changed, 691 insertions(+), 360 deletions(-)