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

Reuse on expressions values in HashJoinExec #14131

Merged
merged 2 commits into from
Jan 16, 2025

Conversation

lewiszlw
Copy link
Member

@lewiszlw lewiszlw commented Jan 15, 2025

Which issue does this PR close?

Closes #.

Rationale for this change

Improve performance.

What changes are included in this PR?

Don't eval on experssions everytime when receiving new batch from probe side.

Are these changes tested?

ci.

Are there any user-facing changes?

@lewiszlw lewiszlw marked this pull request as draft January 15, 2025 02:04
@github-actions github-actions bot added the physical-expr Physical Expressions label Jan 15, 2025
@lewiszlw lewiszlw marked this pull request as ready for review January 15, 2025 02:30
@lewiszlw lewiszlw changed the title Reuse build side experssions values in HashJoinExec Reuse on experssions values in HashJoinExec Jan 15, 2025
Copy link
Contributor

@jayzhan211 jayzhan211 left a comment

Choose a reason for hiding this comment

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

👍🏻

@alamb alamb changed the title Reuse on experssions values in HashJoinExec Reuse on expressions values in HashJoinExec Jan 15, 2025
@alamb alamb merged commit 50c7977 into apache:main Jan 16, 2025
28 checks passed
@alamb
Copy link
Contributor

alamb commented Jan 16, 2025

Thanks again @lewiszlw and @jayzhan211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
physical-expr Physical Expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants