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

Sort Merge Join. LeftAnti issues #10380

Open
Tracked by #9846
comphead opened this issue May 4, 2024 · 0 comments
Open
Tracked by #9846

Sort Merge Join. LeftAnti issues #10380

comphead opened this issue May 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@comphead
Copy link
Contributor

comphead commented May 4, 2024

Describe the bug

The ticket is umbrella for Sort Merge Join LeftAnti bugs.
Currently Sort Merge Join LeftAnti crashes or gives the wrong result.

To Reproduce

To reproduce it is enough to run Q21 TPCH bench in bench.sh

 RUST_BACKTRACE=1 RESULTS_NAME=smj ./benchmarks/bench.sh run tpch_smj

Or just Q21

    $CARGO_COMMAND --bin tpch -- benchmark datafusion --iterations 5 --query 21 --path "${TPCH_DIR}" --prefer_hash_join false --format parquet -o ${RESULTS_FILE}

Expected behavior

No response

Additional context

No response

@comphead comphead added the bug Something isn't working label May 4, 2024
@comphead comphead changed the title Sort Merge Join. LeftAnti problems Sort Merge Join. LeftAnti issues May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant