-
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
parser: support cast as double #11443
Conversation
This pr only updates the parser? |
Yes |
e682aa4
to
83855ce
Compare
Codecov Report
@@ Coverage Diff @@
## master #11443 +/- ##
================================================
- Coverage 81.6838% 81.3594% -0.3245%
================================================
Files 424 424
Lines 92061 90818 -1243
================================================
- Hits 75199 73889 -1310
- Misses 11553 11616 +63
- Partials 5309 5313 +4 |
70497ea
to
2a2a6a9
Compare
2a2a6a9
to
68b76d1
Compare
/run-all-tests |
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 |
@wshwsh12 merge failed. |
@wshwsh12 Please update the document as well. |
OK |
What problem does this PR solve?
Support
cast(xxx as double)
.Mysql support the parser in 8.0.17.
https://dev.mysql.com/doc/refman/8.0/en/cast-functions.html