-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 Sort Merge Join to pass TPCH tests #10100
Comments
The TPCH benchmarks for SMJ #10092 |
19 tasks
Only Q21 failing |
Narrowed down the problem to query
UPD: simpler reproduce query |
The problem is in LeftSemi/LeftAnti join types with extra join filter. |
Full test to reproduce
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to mark the Sort Merge Join as stable and run TPCH tests with SMJ enforced. Got the issue below, we need to fix before returning to discuss SMJ stable status
To run benches
RESULTS_NAME=smj ./benchmarks/bench.sh run tpch_smj
Depends on #10092
Originally posted by @comphead in #9846 (comment)
The text was updated successfully, but these errors were encountered: