Skip to content

[C++] Implement aggregate compute functions for decimal datatypes #27881

@asfimport

Description

@asfimport

When I try to run an aggregate function on decimal array I get the following errors:

 

pyarrow.lib.ArrowNotImplementedError: Function min_max has no kernel matching input types (array[decimal(12, 4)])

 

pyarrow.lib.ArrowNotImplementedError: Function sum has no kernel matching input types (array[decimal(12, 4)])

 

 

Reporter: Taras Kuzyo / @TarasKuzyo

Related issues:

Note: This issue was originally created as ARROW-12053. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions