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/08/25 20:51:10 UTC

[arrow] branch master updated (6231647 -> b831359)

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 6231647  ARROW-13676: [C++][Parquet] Avoid potential invalid access.
     add b831359  ARROW-12728: [C++] Implement count_distinct/distinct hash aggregate kernels

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    | 117 ++++++++++++++
 .../arrow/compute/kernels/hash_aggregate_test.cc   | 178 +++++++++++++++++++++
 2 files changed, 295 insertions(+)