[ https://issues.apache.org/jira/browse/ARROW-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17394095#comment-17394095 ]
David Li commented on ARROW-5022: --------------------------------- What is left to do here? We added scalar aggregation over scalars in ARROW-9056, and for hash aggregation, I don't think it makes sense to support anything but arrays. So going forward we should just make sure to support scalars and arrays in scalar aggregation. > [C++] Implement more "Datum" types for AggregateKernel > ------------------------------------------------------ > > Key: ARROW-5022 > URL: https://issues.apache.org/jira/browse/ARROW-5022 > Project: Apache Arrow > Issue Type: Improvement > Components: C++ > Reporter: Philipp Moritz > Priority: Major > > Currently it gives the following error if the datum isn't an array: > {code:java} > AggregateKernel expects Array datum{code} -- This message was sent by Atlassian Jira (v8.3.4#803005)