tustvold commented on PR #7159: URL: https://github.com/apache/arrow-rs/pull/7159#issuecomment-2681598890
FWIW the current behaviour is consistent with postgres ``` postgres=# select -2147483648 -1; ERROR: integer out of range postgres=# select -2147483648 / -1; ERROR: integer out of range ``` Where -2147483648 is sourced from https://www.postgresql.org/docs/current/datatype-numeric.html -- 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]
