roee88 opened a new issue #322: URL: https://github.com/apache/arrow-rs/issues/322
**Describe the bug** The FFI implementation fails MIRI test because of aliasing rule violation References: - https://github.com/apache/arrow-rs/pull/287#pullrequestreview-660117704 - https://github.com/rust-lang/miri/issues/1800 **To Reproduce** ``` cargo +nightly miri test -p arrow test_u32 ``` **Expected behavior** No undefined behavior **Additional context** Related to https://github.com/apache/arrow-rs/issues/227 (but there are a lot of other MIRI detected issues after this one). -- 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. For queries about this service, please contact Infrastructure at: [email protected]
