Skip to content

Conversation

@findepi
Copy link
Member

@findepi findepi commented Nov 28, 2024

dev/rust_lint.sh no longer passes for me, maybe because of rustup update. This is first portion of fixes suggested by clippy.

@github-actions github-actions bot added sql SQL Planner physical-expr Changes to the physical-expr crates optimizer Optimizer rules core Core DataFusion crate common Related to common crate functions Changes to functions implementation labels Nov 28, 2024
@findepi findepi force-pushed the findepi/apply-clippy-fixes-e2c260 branch from cecf231 to 95acf32 Compare November 28, 2024 18:55
@github-actions github-actions bot added logical-expr Logical plan and expressions execution Related to the execution crate labels Nov 28, 2024
@findepi findepi changed the title Apply clippy fixes Apply clippy fixes for Rust 1.83 Nov 28, 2024
@github-actions github-actions bot added the catalog Related to the catalog crate label Nov 28, 2024
Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @findepi
Please help with the comments

@comphead
Copy link
Contributor

I think we need to #allow[missing_docs] as the clippy now complains on that

@findepi
Copy link
Member Author

findepi commented Nov 28, 2024

I think we need to #allow[missing_docs] as the clippy now complains on that

:) just added

@findepi
Copy link
Member Author

findepi commented Nov 28, 2024

now that #13598 is merged, let be rebase, otherwise we no longer test with 1.83

findepi and others added 4 commits November 28, 2024 21:41
`dev/rust_lint.sh` no longer passes for me, maybe because of `rustup
update`. This is first portion of fixes suggested by clippy.
Co-authored-by: Oleks V <comphead@users.noreply.github.com>
…)"

This reverts commit 2b37018.
Toolchain pinning is no longer needed.
@findepi findepi force-pushed the findepi/apply-clippy-fixes-e2c260 branch from fee0d90 to d0a5e5f Compare November 28, 2024 20:41
@findepi
Copy link
Member Author

findepi commented Nov 28, 2024

clippy job passed with toolchain pin dropped.

Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm thanks @findepi

@jonahgao jonahgao merged commit 703b10d into apache:main Nov 29, 2024
26 checks passed
@jonahgao
Copy link
Member

Thanks @findepi @comphead @Dandandan

@findepi findepi deleted the findepi/apply-clippy-fixes-e2c260 branch November 29, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

catalog Related to the catalog crate common Related to common crate core Core DataFusion crate execution Related to the execution crate functions Changes to functions implementation logical-expr Logical plan and expressions optimizer Optimizer rules physical-expr Changes to the physical-expr crates sql SQL Planner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix build issues on latest stable Rust toolchain (1.83)

4 participants