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 2022/01/09 10:24:34 UTC

[GitHub] [arrow-rs] jhorstmann commented on issue #1136: Interval comparisons with `simd` feature asserts

jhorstmann commented on issue #1136:
URL: https://github.com/apache/arrow-rs/issues/1136#issuecomment-1008270231


   The issue seems to be with the relatively new `MonthDayNano` interval type, which is stored as `i128`. The simd machinery does not yet support that type, since it works with 512bits at a time it assumed a minimum of 8 lanes (for 64bit types). I'll check how easy it would be to extend that.


-- 
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