theirix opened a new issue, #10087: URL: https://github.com/apache/arrow-rs/issues/10087
Following up on #9417, there are a few missing numeric traits for i256 from num-traits. Most likely, it brings us to the most conformant state, since https://docs.rs/num-traits/latest/num_traits/int/trait.PrimInt.html cannot be implemented because of [`NumCast`](https://docs.rs/num-traits/latest/num_traits/cast/trait.NumCast.html#tymethod.from) trait - it is not compatible with arrow-buffers' `std::convert::From` trait implementations -- 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]
