apache / datafusion

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

Fix clippy lints found by Clippy in Rust `1.78` #10353

Closed alamb closed 2 weeks ago

alamb commented 2 weeks ago

Which issue does this PR close?

Closes https://github.com/apache/datafusion/issues/10352

Rationale for this change

Rust 1.78 was released and has some new clippy lints

What changes are included in this PR?

  1. Fix all clippy lints

Are these changes tested?

existing CI

Are there any user-facing changes?

No, all internal code arrangements

viirya commented 2 weeks ago

Looks like there are more.

alamb commented 2 weeks ago

Here is hoping I got them all now 🙏

alamb commented 2 weeks ago

Thanks for the quick review @viirya and @Omega359