-
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
expression: fix issue that timestampadd
is not compatible with Mysql
#10314
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10314 +/- ##
================================================
+ Coverage 77.6622% 77.7023% +0.0401%
================================================
Files 411 411
Lines 85389 85435 +46
================================================
+ Hits 66315 66385 +70
+ Misses 14110 14094 -16
+ Partials 4964 4956 -8 |
/rebuild |
/run-all-tests tidb-test=pr/795 |
/rebuild |
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 |
What problem does this PR solve?
Fix #9730
What is changed and how it works?
Resolve date type according to input type and
unit
.Check List
Tests