tustvold opened a new issue #1106: URL: https://github.com/apache/arrow-rs/issues/1106
**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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
