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/29 18:01:19 UTC

[arrow] branch master updated (8d2cda6 -> 83e4591)

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 8d2cda6  ARROW-13704: [C#] Add support for reading streaming format delta dictionaries
     add 83e4591  ARROW-14027: [C++] Handle scalars in Grouper

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/codegen_internal.h   |   6 +-
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    | 195 +++++++++++++++------
 .../arrow/compute/kernels/hash_aggregate_test.cc   |  36 +++-
 .../arrow/compute/kernels/scalar_cast_internal.cc  |   6 +-
 cpp/src/arrow/scalar.cc                            |   2 +-
 cpp/src/arrow/scalar.h                             |  64 +++++--
 cpp/src/arrow/util/basic_decimal.h                 |  24 +++
 7 files changed, 261 insertions(+), 72 deletions(-)