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 2021/09/22 14:28:58 UTC

[arrow] branch master updated (251ca7a -> 18ca1e9)

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(-)