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

Fix regression with TPC-H benchmark #1060

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Conversation

andygrove
Copy link
Member

Which issue does this PR close?

Closes #1058

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

Comment on lines +352 to +354
// let optimize_join = JoinSelection::new();
// let config = SessionConfig::default();
// let plan = optimize_join.optimize(plan, config.options())?;
Copy link
Member

Choose a reason for hiding this comment

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

If not needed, maybe just remove them?

Copy link
Member Author

Choose a reason for hiding this comment

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

We do want to enable this again once apache/datafusion#10978 is fixed in DataFusion. I added a comment with a link to this issue

@andygrove
Copy link
Member Author

Thanks for the reviews @Dandandan and @viirya

@andygrove andygrove merged commit 51adfb0 into apache:main Sep 24, 2024
21 checks passed
@andygrove andygrove deleted the fix-tpch branch September 24, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TPC-H queries are failing on main branch
3 participants