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.