-
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
parser: support cast as float #11519
Conversation
1b930f9
to
3e3b56a
Compare
Codecov Report
@@ Coverage Diff @@
## master #11519 +/- ##
===========================================
Coverage 81.2074% 81.2074%
===========================================
Files 426 426
Lines 91983 91983
===========================================
Hits 74697 74697
Misses 11924 11924
Partials 5362 5362 |
e124471
to
5772db7
Compare
/run-all-tests |
/run-unit-test |
/run-unit-test |
2 similar comments
/run-unit-test |
/run-unit-test |
/rebuild |
/run-unit-test |
aa0dd37
to
9fccfd1
Compare
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-test |
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-test |
What problem does this PR solve?
Support
cast(xxx as float)
.Mysql support the parser in 8.0.17.
https://dev.mysql.com/doc/refman/8.0/en/cast-functions.html