-
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
plan/executor: make semi joins null and empty aware #9051
Conversation
7bfa1e0
to
736bd63
Compare
/run-all-tests tidb-test=pr/702 |
/run-all-tests tidb-test=pr/702 |
Codecov Report
@@ Coverage Diff @@
## master #9051 +/- ##
=========================================
+ Coverage 67.17% 67.2% +0.02%
=========================================
Files 373 373
Lines 78386 78450 +64
=========================================
+ Hits 52658 52724 +66
- Misses 21007 21008 +1
+ Partials 4721 4718 -3
Continue to review full report at Codecov.
|
735398d
to
e7aba08
Compare
/run-all-tests tidb-test=pr/702 |
1 similar comment
/run-all-tests tidb-test=pr/702 |
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.
rest lgtm
870aa60
to
d438365
Compare
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
@winoros PTAL |
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
What problem does this PR solve?
Fix #8844 and #8642
What is changed and how it works?
OtherConditions
of join to make join operators be empty aware;Check List
Tests
Code changes
Side effects
Related changes