andygrove opened a new pull request, #3239: URL: https://github.com/apache/datafusion-comet/pull/3239
## Summary - Fix clippy error where `unwrap()` would always panic by using local `root_op` variable directly - Replace `is_some()` + `unwrap()` patterns with idiomatic `if let Some(...)` in two locations These issues were introduced by new clippy rules in Rust 1.93. ## Test plan - [x] `cargo clippy --all-targets` passes with Rust 1.93.0 🤖 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]
