This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from d035ff0 MINOR: [Release][Python] Disable gdb tests in windows wheel
and source verification builds (#12282)
add 39367db ARROW-15126: [C++] Support Null type as group keys
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/exec/key_compare.cc | 8 +
cpp/src/arrow/compute/exec/key_encode.cc | 18 ++-
cpp/src/arrow/compute/exec/key_encode.h | 12 +-
cpp/src/arrow/compute/exec/key_hash.cc | 60 ++++----
cpp/src/arrow/compute/kernels/hash_aggregate.cc | 53 +++++--
.../arrow/compute/kernels/hash_aggregate_test.cc | 169 ++++++++++++++++++++-
cpp/src/arrow/compute/kernels/row_encoder.h | 18 +++
7 files changed, 291 insertions(+), 47 deletions(-)