alamb opened a new pull request, #9814: URL: https://github.com/apache/arrow-rs/pull/9814
# Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. --> - Closes #NNN. # Rationale for this change As noted in https://github.com/apache/arrow-rs/pull/9813#discussion_r3140956707, Rust debug builds panic on arithmetic overflow / underflow but release builds do not (they simply overflow / underflow). This means that some code paths may panic in debug builds that would have silently failed in release builds. As we harden down the security posture of arrow-rs I would like to start testing in release mode too to ensure overflows such as https://github.com/apache/arrow-rs/pull/9813 can be properly validation # What changes are included in this PR? Add a build # Are these changes tested? They are only tests, no code changes # Are there any user-facing changes? No -- 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]
