-
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: function name in ErrWindowInvalidWindowFuncUse
should be lowercase
#11520
Conversation
Hi contributor, thanks for your PR. This patch needs to be approved by someone of admins. They should reply with "/ok-to-test" to accept this PR for running test automatically. |
@SunRunAway PTAL |
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
/run-all-tests |
ErrWindowInvalidWindowFuncUse
should be lowercase
@tcmichael merge failed. |
/run-common-test tidb-test=pr/868 |
/run-common-test tidb-test=pr/868 |
1 similar comment
/run-common-test tidb-test=pr/868 |
Codecov Report
@@ Coverage Diff @@
## master #11520 +/- ##
===========================================
Coverage 81.3577% 81.3577%
===========================================
Files 425 425
Lines 91389 91389
===========================================
Hits 74352 74352
Misses 11705 11705
Partials 5332 5332 |
/run-all-tests tidb-test=pr/868 |
cherry pick to release-3.0 in PR #11535 |
cherry pick to release-2.1 failed |
What problem does this PR solve?
window function: function name of ErrWindowInvalidWindowFuncUse should be lowercase.
Closes #11508
What is changed and how it works?
warp Function name with strings.ToLower()
Check List
Tests