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

Bench: Add PREFER_HASH_JOIN env variable #10809

Merged
merged 5 commits into from
Jun 6, 2024
Merged

Bench: Add PREFER_HASH_JOIN env variable #10809

merged 5 commits into from
Jun 6, 2024

Conversation

comphead
Copy link
Contributor

@comphead comphead commented Jun 6, 2024

Which issue does this PR close?

Closes #.
Followup on #10747
Related #9846

Rationale for this change

By default benches run with hash join algorithm, this PR introduces new env variable PREFER_HASH_JOIN to give the user a switch for running benchmarks with SMJ as well.

What changes are included in this PR?

Removed old SMJ benches code, added env variable and fixed the doc

Are these changes tested?

Yes manually

Are there any user-facing changes?

No

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

looks good to me -- thanks @comphead

@alamb alamb merged commit 7c91627 into apache:main Jun 6, 2024
23 checks passed
findepi pushed a commit to findepi/datafusion that referenced this pull request Jul 16, 2024
* Fix: Sort Merge Join crashes on TPCH Q21

* Fix LeftAnti SMJ join when the join filter is set

* rm dbg

* Bench: Add `PREFER_HASH_JOIN` env variable

* Bench: Add `PREFER_HASH_JOIN` env variable
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.

2 participants