-
Notifications
You must be signed in to change notification settings - Fork 915
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 conditional joins with empty left table #9146
Conversation
@jlowe this should unblock nightly tests. |
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #9146 +/- ##
===============================================
Coverage ? 10.77%
===============================================
Files ? 115
Lines ? 18722
Branches ? 0
===============================================
Hits ? 2018
Misses ? 16704
Partials ? 0 Continue to review full report at Codecov.
|
rerun tests |
1 similar comment
rerun tests |
@gpucibot merge |
Resolves #9044 by ensuring that when the left table is empty the functions short-circuit accordingly. Where necessary (i.e. for full joins) the complementary pairs of indices are returned.