-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
executor: reset hasMatch flag for each outer row in merge join #9046
Conversation
/run-all-tests |
98470d7
to
3606afc
Compare
Codecov Report
@@ Coverage Diff @@
## master #9046 +/- ##
==========================================
+ Coverage 67.25% 67.26% +<.01%
==========================================
Files 371 371
Lines 76194 76195 +1
==========================================
+ Hits 51248 51255 +7
+ Misses 20412 20409 -3
+ Partials 4534 4531 -3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
/run-unit-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@eurekaka Please cherry pick it to release-2.1 and release-2.0 branch. |
What problem does this PR solve?
Fix #9044
What is changed and how it works?
Reset
hasMatch
flag for each outer row in merge join executor.Check List
Tests
Code changes
N/A
Side effects
N/A
Related changes