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/17 19:43:04 UTC

[arrow] branch master updated (820e506 -> 4fde206)

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 820e506  ARROW-13330: [Go][Parquet] Add the rest of the Encoding package
     add 4fde206  ARROW-13638: [C++] Hold owned copy of function options in GroupByNode

No new revisions were added by this update.

Summary of changes:
 cpp/examples/arrow/compute_register_example.cc     |  6 +++
 cpp/src/arrow/compute/exec/aggregate_node.cc       | 32 ++++++++----
 cpp/src/arrow/compute/exec/expression_test.cc      | 50 ++++++++++--------
 cpp/src/arrow/compute/exec/plan_test.cc            | 61 ++++++++++++++++++++++
 cpp/src/arrow/compute/exec_test.cc                 | 19 ++++---
 cpp/src/arrow/compute/function.cc                  |  4 ++
 cpp/src/arrow/compute/function.h                   |  2 +
 cpp/src/arrow/compute/function_internal.h          | 22 ++++++++
 cpp/src/arrow/compute/kernels/aggregate_tdigest.cc |  2 +-
 9 files changed, 159 insertions(+), 39 deletions(-)