-
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: correct unit test for outer join simplification with cast #12782
Conversation
/run-all-tests |
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
Your auto merge job has been accepted, waiting for 12788, 12791, 12790 |
Codecov Report
@@ Coverage Diff @@
## master #12782 +/- ##
===========================================
Coverage 79.9907% 79.9907%
===========================================
Files 465 465
Lines 106256 106256
===========================================
Hits 84995 84995
Misses 14926 14926
Partials 6335 6335 |
/run-all-tests |
@eurekaka merge failed. |
/run-all-tests |
/build |
What problem does this PR solve?
In #12701, we fixed a bug related to outer join simplification with cast function, and added a unit test for the fix. That unit test should have syntax error(which is not reported in current parser, this should be fixed later), so we fix the unit test in this PR.
What is changed and how it works?
Use another unit test for testing.
Check List
Tests
Code changes
N/A
Side effects
N/A
Related changes
N/A
Release note
N/A