-
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 bug that window function do not check ignore nulls. #11554
planner: fix bug that window function do not check ignore nulls. #11554
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11554 +/- ##
================================================
- Coverage 81.5161% 81.3014% -0.2147%
================================================
Files 426 425 -1
Lines 92681 91649 -1032
================================================
- Hits 75550 74512 -1038
- Misses 11756 11782 +26
+ Partials 5375 5355 -20 |
Codecov Report
@@ Coverage Diff @@
## master #11554 +/- ##
==========================================
Coverage ? 81.245%
==========================================
Files ? 426
Lines ? 91928
Branches ? 0
==========================================
Hits ? 74687
Misses ? 11879
Partials ? 5362 |
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
/rebuild |
/run-all-tests |
@lzmhhh123 merge failed. |
/run-common-test tidb-test=pr/870 |
/run-integration-common-test tidb-test=pr/870 |
/run-unit-test |
1 similar comment
/run-unit-test |
/run-all-tests |
@lzmhhh123 merge failed. |
/run-all-tests tidb-test=pr/870 |
/run-auto-merge |
/run-all-tests |
cherry pick to release-3.0 in PR #11593 |
What problem does this PR solve?
fix #10556
What is changed and how it works?
Add a simple judgment.
Check List
Tests
Code changes
Related changes