Skip to content

Conversation

@jackwener
Copy link
Member

Which issue does this PR close?

Closes #.

Rationale for this change

fix cargo clippy some warning

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added sql SQL Planner logical-expr Logical plan and expressions physical-expr Changes to the physical-expr crates core Core DataFusion crate labels Mar 4, 2024
@jackwener jackwener force-pushed the clippy branch 2 times, most recently from f20a4e8 to 94aa92c Compare March 4, 2024 04:48
@github-actions github-actions bot added sqllogictest SQL Logic Tests (.slt) and removed logical-expr Logical plan and expressions core Core DataFusion crate labels Mar 4, 2024
@SteveLauC
Copy link
Contributor

I am curious why I didn't get any clippy warnings locally, then I realized that these lints haven't been added to Rust 1.76 :D

@SteveLauC
Copy link
Contributor

The CI error is not related to this PR, I have them in my PR too

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Looks great to me -- thank you @jackwener

impl ToString for CompressionTypeVariant {
fn to_string(&self) -> String {
match self {
impl Display for CompressionTypeVariant {
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@alamb alamb merged commit 37ca46a into apache:main Mar 4, 2024
@jackwener jackwener deleted the clippy branch March 11, 2024 12:04
wiedld pushed a commit to wiedld/arrow-datafusion that referenced this pull request Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

physical-expr Changes to the physical-expr crates sql SQL Planner sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants