-
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: implement vectorized evaluation for builtinSysDateWithoutFspSig #13348
expression: implement vectorized evaluation for builtinSysDateWithoutFspSig #13348
Conversation
Thanks for your contribution. If your PR get merged, you will be rewarded 50 points. |
/build |
Codecov Report
@@ Coverage Diff @@
## master #13348 +/- ##
================================================
- Coverage 80.6345% 80.1511% -0.4835%
================================================
Files 469 469
Lines 114250 112359 -1891
================================================
- Hits 92125 90057 -2068
- Misses 15169 15305 +136
- Partials 6956 6997 +41 |
Please solve the conflicts, 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
Your auto merge job has been accepted, waiting for 13363, 13328, 13363 |
Some related changes #13425 |
PCP #12101
What problem does this PR solve?
This PR implements vectorized
builtinSysDateWithoutFspSig
What is changed and how it works?
Check List
Tests