-
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: fix some window specific check bug for window function. #12394
Conversation
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 12375 |
/run-all-tests |
@lzmhhh123 merge failed. |
/merge |
Your auto merge job has been accepted, waiting for 12376 |
/run-all-tests |
/run-unit-test |
Codecov Report
@@ Coverage Diff @@
## master #12394 +/- ##
===========================================
Coverage 80.0668% 80.0668%
===========================================
Files 461 461
Lines 103180 103180
===========================================
Hits 82613 82613
Misses 14746 14746
Partials 5821 5821 |
/run-all-tests |
@lzmhhh123 merge failed. |
/merge |
/run-all-tests |
cherry pick to release-3.0 failed |
cherry pick to release-3.1 failed |
What problem does this PR solve?
fix #12353
What is changed and how it works?
add some check for the situation.
Check List
Tests
Side effects
Related changes