kazuyukitanimura commented on PR #7159: URL: https://github.com/apache/arrow-rs/pull/7159#issuecomment-2680214658
> Yes, should divide by zero be considered as overflow? Is it possible to return a different error? (divide by zero error) On DataFusion side we can always use `div_wrapping/rem_wrapping` regardless `fail_on_overflow `. Not sure if any other engines expect 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]
