adamreeve opened a new issue, #7641: URL: https://github.com/apache/arrow-rs/issues/7641
After merging #7633 the MIRI tests have started failing (https://github.com/apache/arrow-rs/actions/runs/15575898901/job/43860649183): ``` failures: ---- arithmetic::tests::test_native_type_pow stdout ---- thread 'arithmetic::tests::test_native_type_pow' panicked at arrow-array/src/arithmetic.rs:807:9: assertion `left == right` failed left: 63.999977 right: 64.0 ``` This looks unrelated to the changes in that PR though, and the failure also corresponds to a new nightly version being used: `1.89.0-nightly (1677d46cb 2025-06-10)` -- 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]
