viirya commented on PR #2881:
URL: https://github.com/apache/arrow-rs/pull/2881#issuecomment-1279833824
Oh, some traits need to be implemented for `i256`:
```
--> arrow/src/datatypes/numeric.rs:471:17
|
471 | type Simd = i256;
| ^^^^ no implementation for `arrow_buffer::i256 +
arrow_buffer::i256`
|
= help: the trait `Add` is not implemented for `arrow_buffer::i256`
```
--
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]