You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/29 19:09:12 UTC

[GitHub] [arrow-rs] tustvold opened a new issue #1106: Interval Support in Dyn Comparison Kernels

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-rs] alamb closed issue #1106: Interval Support in Dyn Comparison Kernels

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1106:
URL: https://github.com/apache/arrow-rs/issues/1106


   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org