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 invalid swap for LeftMark nested loops join #13426

Conversation

findepi
Copy link
Member

@findepi findepi commented Nov 14, 2024

Which issue does this PR close?

Fixes #13425

Rationale for this change

Fix query regression in DF 43

What changes are included in this PR?

Proper guard for swapping potentially unswappabe join

Are these changes tested?

yes

Are there any user-facing changes?

yes

@github-actions github-actions bot added core Core DataFusion crate sqllogictest SQL Logic Tests (.slt) labels Nov 14, 2024
findepi added a commit to sdf-labs/arrow-datafusion that referenced this pull request Nov 14, 2024
@findepi
Copy link
Member Author

findepi commented Nov 14, 2024

cc @eejbyfeldt @alamb

@alamb alamb merged commit 6b0570b into apache:main Nov 17, 2024
25 checks passed
@alamb
Copy link
Contributor

alamb commented Nov 17, 2024

Thanks @findepi and @Dandandan

@findepi findepi deleted the findepi/fix-invalid-swap-for-leftmark-nested-loops-join-127f9f branch November 17, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core DataFusion crate sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When upgrading to DataFusion 43 some queries fail with panic "LeftMark join type does not support swapping"
3 participants