Skip to content

Miri test_native_type_pow test failing #7641

Description

@adamreeve

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

arrowChanges to the arrow crate

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions