[
https://issues.apache.org/jira/browse/ARROW-13451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-13451:
-----------------------------------
Labels: pull-request-available (was: )
> [C++][Compute] Consider removing ScalarAggregateKernel
> ------------------------------------------------------
>
> Key: ARROW-13451
> URL: https://issues.apache.org/jira/browse/ARROW-13451
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Ben Kietzman
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Scalar aggregation does not incur large memory overhead for the associated
> KernelState objects, so maybe it'd be acceptable to remove explicit scalar
> aggregation kernels in favor of reusing grouped aggregation kernels with a
> single group. This would decrease our maintenance burden significantly, and
> if the benchmarks don't show a regression for single-group aggregation then
> there's no reason not to
--
This message was sent by Atlassian Jira
(v8.3.4#803005)