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++] Comparison kernel(s) for decimals #29571

Closed
asfimport opened this issue Sep 9, 2021 · 1 comment
Closed

[C++] Comparison kernel(s) for decimals #29571

asfimport opened this issue Sep 9, 2021 · 1 comment

Comments

@asfimport
Copy link
Collaborator

asfimport commented Sep 9, 2021

Even decimal-decimal comparisons return an error:

> Scalar$create(1.5)$cast(decimal(15, 2)) > Scalar$create(1.1)$cast(decimal(15, 2))
Error: NotImplemented: Function greater has no kernel matching input types (scalar[decimal128(15, 2)], scalar[decimal128(15, 2)])

Ideally, we would also be able to (autocast in order to) compare decimal-float or decimal-integer.

Reporter: Jonathan Keane / @jonkeane
Assignee: David Li / @lidavidm

Related issues:

PRs and other links:

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

@asfimport
Copy link
Collaborator Author

David Li / @lidavidm:
Issue resolved by pull request 11129
#11129

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

2 participants