dragosmg commented on pull request #11355:
URL: https://github.com/apache/arrow/pull/11355#issuecomment-937908839


   The expected behaviour for integer division by 0 should probably:
   * error when `%/%` is mapped to `divide_checked`
   * result in `Inf` when `%/%` is mapped to `divide` 
   
   Currently, none of these 2 are happening and integer division by 0 results 
in `max_int`


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