expression: do not derive filters containing null sensitive functions from outer join#27067
expression: do not derive filters containing null sensitive functions from outer join#27067ti-chi-bot merged 3 commits intopingcap:masterfrom
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
|
/run-check_dev_2 |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 0016f3f |
|
cherry pick to release-4.0 in PR #27193 |
|
cherry pick to release-5.0 in PR #27194 |
|
cherry pick to release-5.1 in PR #27195 |
|
cherry pick to release-5.2 in PR #27196 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
What problem does this PR solve?
Issue Number: close #26758
Problem Summary:
Wrong query result.
What is changed and how it works?
What's Changed:
Do not derive filters containing null sensitive functions from outer join
How it Works:
Those derived null related functions would reduce the input of the join children, and hence the outer join results.
Check List
Tests
Side effects
N/A
Documentation
N/A
Release note