wForget commented on PR #7159:
URL: https://github.com/apache/arrow-rs/pull/7159#issuecomment-2670817405

   > The absence of these kernels is intentional - #2647
   
   Thank you for the information, if I understand correctly, it is to avoid 
inconsistent behavior caused by unchecked divide by zero returning NaN. This PR 
uses `mod_wrapping` method directly which keeps panics on divide by zero, only 
wrapping on overflow for `signed_integer::MIN / -1`.


-- 
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]

Reply via email to