-
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: don't push down null sensitive join conditions #19620
Conversation
72ea983
to
4b359a7
Compare
e2cd4f9
to
c360768
Compare
c360768
to
6b6ac81
Compare
6b731c9
to
3785ddf
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.
Could the PR fix #13389 ?
@eurekaka merge failed. |
/run-all-tests |
/run-all-tests |
/run-common-test tidb-test=pr/1101 |
/run-integration-common-test tidb-test=pr/1101 |
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
/merge |
/run-all-tests |
/merge |
@eurekaka merge failed. |
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-3.0 in PR #21018 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-4.0 in PR #21019 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com> Co-authored-by: Kenan Yao <cauchy1992@gmail.com>
What problem does this PR solve?
Issue Number:
Problem Summary:
What is changed and how it works?
What's Changed:
RowFunc
asInOperand
;InOperand
columns;How it Works:
OtherConditions
of join, and can be correctly evaluated then.Related changes
Check List
Tests
Side effects
N/A
Release note