-
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 last_day function #9746
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9746 +/- ##
===============================================
- Coverage 67.234% 67.2239% -0.0101%
===============================================
Files 380 380
Lines 79787 79787
===============================================
- Hits 53644 53636 -8
- Misses 21357 21365 +8
Partials 4786 4786 |
/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
@wjhuang2016 thanks for your contribution. |
Please tell me how to do it, I'm not familiar with git. |
Fetch branch |
What problem does this PR solve?
For #9731
What is changed and how it works?
Retun
NULL
as long as the month is 0.Check List
Tests
Code changes
Side effects
Related changes