alamb opened a new issue, #11651: URL: https://github.com/apache/datafusion/issues/11651
### Describe the bug Clippy started failing in main. For example * https://github.com/apache/datafusion/actions/runs/10093623012/job/27910077621 * https://github.com/apache/datafusion/actions/runs/10093623012/job/27910075998 Given that a new rust version was just released today I suspect it is that clippy has gotten more stringent https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-180-2024-07-25 ### To Reproduce _No response_ ### Expected behavior CI should be passing ### Additional context I believe @nrc has fixed some of these already in https://github.com/apache/datafusion/pull/11467, but we got stuck there on tests that only failed once we properly passed through `hash_collisions` -- 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]
