Skip to content

chore: Fix clippy and CI#21287

Open
comphead wants to merge 1 commit intoapache:mainfrom
comphead:chore
Open

chore: Fix clippy and CI#21287
comphead wants to merge 1 commit intoapache:mainfrom
comphead:chore

Conversation

@comphead
Copy link
Copy Markdown
Contributor

Which issue does this PR close?

  • Closes #.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added common Related to common crate execution Related to the execution crate physical-plan Changes to the physical-plan crate labels Mar 31, 2026
@comphead comphead changed the title chore: Fix clippy chore: Fix clippy and CI Mar 31, 2026
Copy link
Copy Markdown
Contributor

@coderfender coderfender left a comment

Choose a reason for hiding this comment

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

LGTM

assigning_clones = "warn"
# ScalarValue and Expr contain Arc<..> with interior mutability but are
# intentionally used as hash keys throughout the codebase.
mutable_key_type = "allow"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is there any chance we can allow this lint only for Expr and ScalarValue🤔

Copy link
Copy Markdown
Member

@jonahgao jonahgao left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

common Related to common crate execution Related to the execution crate physical-plan Changes to the physical-plan crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants