expression: do not derive filters containing null sensitive functions from outer join (#27067)#27193
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-all-tests |
|
@eurekaka you're already a collaborator in bot's repo. |
9f9c3c8 to
d50568f
Compare
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: d50568f31e73eb3cdce51be44c1e949844a77e54 |
|
/run-check_dev |
a34da99 to
223957b
Compare
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 223957b |
cherry-pick #27067 to release-4.0
You can switch your code base to this Pull Request by using git-extras:
# In tidb repo: git pr https://github.com/pingcap/tidb/pull/27193After apply modifications, you can push your change to this PR via:
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