Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor: avoid a copy in Expr::unalias #8588

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Dec 19, 2023

Which issue does this PR close?

N/A

Rationale for this change

While reviewing the excellent PR from #7942 I noticed we can avoid a (deep) copy in the Expr::unalias code without an API change

What changes are included in this PR?

Avoid a copy in Expr::unalias

Are these changes tested?

exisiting tests

Are there any user-facing changes?

No

@github-actions github-actions bot added the logical-expr Logical plan and expressions label Dec 19, 2023
@viirya viirya merged commit b456cf7 into apache:main Dec 19, 2023
22 checks passed
@viirya
Copy link
Member

viirya commented Dec 19, 2023

Thank you @alamb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants