You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Li / @lidavidm:
As far as I'm aware ARROW-13130 should implement everything else. I'll link the tickets, I think this can be closed once ARROW-13130 lands.
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.
The text was updated successfully, but these errors were encountered: