alamb commented on issue #879: URL: https://github.com/apache/arrow-rs/issues/879#issuecomment-955238816
I could not reproduce this locally (on MacOS): Here is what i tried: ```shell rustup toolchain install nightly-2021-10-23 rustup component add miri --toolchain nightly-2021-10-23 MIRIFLAGS="-Zmiri-disable-isolation" cargo +nightly-2021-10-23 miri test -p arrow -- --skip csv --skip ipc --skip json ``` Results in ``` ... test src/record_batch.rs - record_batch::RecordBatch::try_from_iter (line 284) ... ok test src/record_batch.rs - record_batch::RecordBatch::try_from_iter_with_nullable (line 321) ... ok test src/compute/kernels/window.rs - compute::kernels::window::shift (line 32) ... ok test src/util/test_util.rs - util::test_util::arrow_test_data (line 73) ... ok test src/util/test_util.rs - util::test_util::parquet_test_data (line 95) ... ok test src/util/string_writer.rs - util::string_writer (line 25) ... ok test src/compute/kernels/comparison.rs - compute::kernels::comparison::like_utf8 (line 239) ... ok test result: ok. 117 passed; 0 failed; 0 ignored; 0 measured; 14 filtered out; finished in 5.76s Compilation finished at Sat Oct 30 09:58:38 ``` Going to try it on Linux next -- 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]
