andygrove opened a new pull request, #3652: URL: https://github.com/apache/datafusion-comet/pull/3652
## Summary - Enable `debug-assertions = true` in the CI cargo profile to catch potential issues with unsafe code at test time - Enable `RUST_BACKTRACE=1` in all CI workflows to get full stack traces when panics occur ## Rationale We want to verify whether any debug assertions fire on the main branch, particularly in the columnar-to-row and other unsafe code paths. ## Test plan - [ ] CI passes without any debug assertion failures 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
