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 cba7f48 ARROW-13321 - [C++][Python] MakeArrayFromScalar doesn't work
for FixedSizeBinaryType
add 7114c4b ARROW-13313: [C++][Compute] Add scalar aggregate node
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/exec.cc | 16 ++
cpp/src/arrow/compute/exec.h | 3 +
cpp/src/arrow/compute/exec/exec_plan.cc | 229 ++++++++++++++++++++-
cpp/src/arrow/compute/exec/exec_plan.h | 20 +-
cpp/src/arrow/compute/exec/plan_test.cc | 34 ++-
cpp/src/arrow/compute/exec/test_util.cc | 2 +-
cpp/src/arrow/compute/kernel.cc | 20 ++
cpp/src/arrow/compute/kernel.h | 10 +
.../compute/kernels/aggregate_basic_internal.h | 4 +-
cpp/src/arrow/dataset/scanner.cc | 113 ++++++++--
cpp/src/arrow/dataset/scanner.h | 16 +-
cpp/src/arrow/dataset/scanner_test.cc | 81 ++++++++
cpp/src/arrow/dataset/test_util.h | 2 +-
cpp/src/arrow/testing/matchers.h | 5 +-
cpp/src/arrow/util/async_generator.h | 2 +-
cpp/src/arrow/util/async_generator_test.cc | 2 +-
16 files changed, 514 insertions(+), 45 deletions(-)