-
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
planner/core: fix not null flag for using and natural join #13735
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13735 +/- ##
===========================================
Coverage 80.2607% 80.2607%
===========================================
Files 473 473
Lines 117127 117127
===========================================
Hits 94007 94007
Misses 15801 15801
Partials 7319 7319 |
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
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
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
Does this PR need to be cherry-picked? |
Yes, updated the label. |
/run-all-tests |
cherry pick to release-3.0 failed |
What problem does this PR solve?
When there is using clause or natural in outer join, the not null flag for inner plan is not properly reset.
What is changed and how it works?
Reset the not null flag for the inner child of using and natural join when build the schema.
Check List
Tests
Code changes
Side effects
Related changes
Release note