AdamGS opened a new pull request, #9650: URL: https://github.com/apache/arrow-rs/pull/9650
# Rationale for this change Follow up to #9629, as noted there miri runtime is dominated by the following 3 tests: 1. `test_from_bitwise_binary_op` 2. `sort::tests::fuzz_partition_validity` 3. `sort::tests::test_fuzz_random_strings` # What changes are included in this PR? Under Miri, this PR reduces the amount of variations tested in 1, and ignores the latter two. # Are these changes tested? They are tests! # 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]
