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

WIP: fix regression after replacing Vec<PhysicalExpr> with HashSet<PhysicalExpr> #13656

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Weijun-H
Copy link
Member

@Weijun-H Weijun-H commented Dec 5, 2024

Which issue does this PR close?

Closes #13638

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 the physical-expr Physical Expressions label Dec 5, 2024
@Weijun-H Weijun-H force-pushed the 13638-hashset-regression branch 2 times, most recently from e4be775 to 976790e Compare December 6, 2024 03:07
@Weijun-H Weijun-H force-pushed the 13638-hashset-regression branch from 9cb3e50 to c33fe30 Compare December 6, 2024 03:51
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.

Planning performance regression after replacing Vec<PhysicalExpr> with HashSet<PhysicalExpr>.
1 participant