andygrove opened a new issue, #1161: URL: https://github.com/apache/datafusion-comet/issues/1161
### What is the problem the feature request solves? As part of upgrading to DataFusion 44.0.0 ([PR](https://github.com/apache/datafusion-comet/pull/1154)), we had to stop running our test suite with [miri](https://github.com/rust-lang/miri). This means that we risk introducing undefined behavior when we add or modify `unsafe` code in Comet. ### Describe the potential solution We should enable miri for specific test suites that test our unsafe code. ### Additional context _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
