-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
expression: fix issue that period_diff
is not compatible with MySQL 8.0
#10383
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10383 +/- ##
================================================
+ Coverage 77.2926% 77.3211% +0.0285%
================================================
Files 412 412
Lines 86571 86627 +56
================================================
+ Hits 66913 66981 +68
+ Misses 14514 14501 -13
- Partials 5144 5145 +1 |
@mantuliu #10380 has been merged into |
PTAL~ @mantuliu |
@qw4990 take a look.thanks. |
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 |
/run-all-tests |
/run-integration-ddl-test |
/run-all-tests |
@mantuliu It seems there are some CI problems not caused by your PR. |
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #10383 +/- ##
================================================
+ Coverage 77.2926% 77.3029% +0.0102%
================================================
Files 412 412
Lines 86571 86575 +4
================================================
+ Hits 66913 66925 +12
+ Misses 14514 14505 -9
- Partials 5144 5145 +1 |
@mantuliu Thanks for your contribution. |
@qw4990 ok,I will cherry-pick this PR to branch release-2.1. |
What problem does this PR solve?
fix #10382
What is changed and how it works?
add validPeriod. the method come from #10380 .
@qw4990 I used your 'validPeriod' method ,but change a little.
Check List
Tests