ethantang93 commented on code in PR #10803:
URL: https://github.com/apache/arrow-rs/pull/10803#discussion_r3876504391


##########
parquet/tests/arrow_reader/statistics.rs:
##########
@@ -373,6 +373,7 @@ impl Test<'_> {
 // Remaining cases
 //   f64::NAN
 
+#[cfg_attr(miri, ignore)] // kqueue unsupported by Miri

Review Comment:
   turns out these fail on linux too. fstat64, same rust-lang/miri#5291 you 
filed. kqueue was just masking it on macos. reverted to unconditional ignore.



-- 
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]

Reply via email to