Skip to content

Conversation

@foskey51
Copy link
Contributor

@foskey51 foskey51 commented Nov 8, 2025

Which issue does this PR close?

What changes are included in this PR?

enforce clippy lint needless_pass_by_value to datafusion-physical-expr-common

Are these changes tested?

yes

Are there any user-facing changes?

no

@github-actions github-actions bot added the physical-expr Changes to the physical-expr crates label Nov 8, 2025
Copy link
Contributor

@corasaurus-hex corasaurus-hex left a comment

Choose a reason for hiding this comment

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

seems straight-forward, especially since there seem to be no required changes due to it

@adriangb
Copy link
Contributor

adriangb commented Nov 9, 2025

Thanks you! I'm going to go ahead and merge this since it's a straightforward change to enforce an automated rule that we already agreed to roll out (tracked in #18503).

@adriangb adriangb added this pull request to the merge queue Nov 9, 2025
Merged via the queue into apache:main with commit f10fcbe Nov 9, 2025
32 checks passed
@foskey51 foskey51 deleted the datafusion-physical-expr-common/enforce-clippy-needless-pass-by-value branch November 9, 2025 08:09
codetyri0n pushed a commit to codetyri0n/datafusion that referenced this pull request Nov 11, 2025
…mmon (apache#18556)

## Which issue does this PR close?

- Closes apache#18543

## What changes are included in this PR?
enforce clippy lint `needless_pass_by_value` to
`datafusion-physical-expr-common`

## Are these changes tested?

yes

## Are there any user-facing changes?

no
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enforce lint rule clippy::needless_pass_by_value to datafusion-physical-expr-common

3 participants