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

Interval Support in Dyn Comparison Kernels #1106

Closed
tustvold opened this issue Dec 29, 2021 · 0 comments · Fixed by #1107
Closed

Interval Support in Dyn Comparison Kernels #1106

tustvold opened this issue Dec 29, 2021 · 0 comments · Fixed by #1107
Labels
enhancement Any new improvement worthy of a entry in the changelog

Comments

@tustvold
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Currently trying to use the *_dyn comparison kernels on an interval types results in a not supported error, this despite the underlying data being stored in PrimitiveArray and therefore comparable.

Describe the solution you'd like

It should be possible to use *_dyn comparison kernels on Interval arrays

Additional context

Encountered whilst working on #1053

@tustvold tustvold added the enhancement Any new improvement worthy of a entry in the changelog label Dec 29, 2021
tustvold added a commit to tustvold/arrow-rs that referenced this issue Dec 29, 2021
alamb added a commit that referenced this issue Jan 6, 2022
* Dyn comparison of interval arrays (#1106)

* fix fmt

* Skip test when simd is enabled

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant