tustvold commented on code in PR #2830:
URL: https://github.com/apache/arrow-rs/pull/2830#discussion_r989253984
##########
arrow/src/datatypes/native.rs:
##########
@@ -46,6 +46,7 @@ pub(crate) mod native_op {
+ Div<Output = Self>
+ Rem<Output = Self>
+ Zero
+ + num::ToPrimitive
Review Comment:
Thank you - FWIW I filed https://github.com/apache/arrow-rs/issues/2837 to
deal with the somewhat surprising, at least to me, behaviour of these scalar
kernels
--
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]