Closed
Description
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
The corresponding line is:
assert_eq!(8.0_f32.pow_wrapping(2_u32), 64_f32);
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)