Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
asfimport opened this issue Mar 23, 2021 · 5 comments
Closed

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

asfimport opened this issue Mar 23, 2021 · 5 comments

Comments

@asfimport
Copy link
Collaborator

asfimport commented Mar 23, 2021

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.

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
@edponce

@asfimport
Copy link
Collaborator Author

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
@lidavidm I believe you're working on (part of) this?

@asfimport
Copy link
Collaborator Author

David Li / @lidavidm:
Yes, sum in ARROW-13613, and min_max was done in ARROW-13614. Sorry I missed this JIRA, we could perhaps close it as a duplicate.

@asfimport
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant