-
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 'builtinCastDurationAsJSONSig' #12797
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12797 +/- ##
================================================
+ Coverage 80.0009% 80.1518% +0.1509%
================================================
Files 468 468
Lines 109425 110121 +696
================================================
+ Hits 87541 88264 +723
+ Misses 15157 15141 -16
+ Partials 6727 6716 -11 |
@tsthght Friendly ping, please address comments. |
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
@tsthght, please update your pull request. |
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 |
@tsthght merge failed. |
/run-all-tests |
/run-integration-compatibility-test |
/run-common-test |
/run-integration-compatibility-test |
1 similar comment
/run-integration-compatibility-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-tests |
1 similar comment
/run-all-tests |
/run-all-tests |
What problem does this PR solve?
Implement vectorized evaluation for builtinCastDurationAsJSONSig, for #12104
What is changed and how it works?
Check List
Tests