apache / datafusion

Apache DataFusion SQL Query Engine
https://datafusion.apache.org/
Apache License 2.0
5.21k stars 957 forks source link

clippy failure in main #10352

Closed alamb closed 2 weeks ago

alamb commented 2 weeks ago

Describe the bug

Rust 1.78 was released today: https://releases.rs/docs/1.78.0/

Looks like clippy got a little more stringent: https://github.com/apache/datafusion/actions/runs/8924849462/job/24512482271

To Reproduce

No response

Expected behavior

No response

Additional context

No response

alamb commented 2 weeks ago

Proposed PR to fix: https://github.com/apache/datafusion/pull/10353