alamb opened a new issue, #3611: URL: https://github.com/apache/arrow-datafusion/issues/3611
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** [MIRI](https://github.com/rust-lang/miri) is a memory checker for rust , something like valgrind DataFusion at some point in the far distant past ran MIRI to ensure there was no undefined behavior. However, it was broken and removed in https://github.com/apache/arrow-datafusion/pull/3610 **Describe the solution you'd like** - [ ] Review what parts of the datafusion codebase make sense to run under MIRI (perhaps the `datafusion-physical-expr` crate where there are some uses of `unsafe`?) - [ ] Add a MIRI check (see https://github.com/apache/arrow-datafusion/pull/3610 for an example) that works and runs MIRI for that codebase - [ ] Fix any issues that MIRI flags **Describe alternatives you've considered** Don't run MIRI **Additional context** MIRI is run against the various crates in arrow / parquet -- 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]
