jhorstmann commented on issue #2856: URL: https://github.com/apache/arrow-rs/issues/2856#issuecomment-1282480856
Started working on this and ran into an issue because [i128 is not currently supported as an element type in portable_simd](https://github.com/rust-lang/portable-simd/issues/108). This affects the MonthDayNano interval type, and a possible solution could be to no longer make this a numeric type. Due to the internal structure of that type, [numerical operations on MonthDayNano might be incorrect anyway](https://github.com/apache/arrow-rs/issues/1065). -- 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]
