jhorstmann edited a comment 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). That shouldn't be difficult to extend. But then the compare 
kernels also assumes that a comparision works on at least 8 lanes and so can 
append whole bytes. 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-unsubscr...@arrow.apache.org

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


Reply via email to