-
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: go generate vectorized addtime functions #12224
Conversation
667a001
to
165d5ec
Compare
Codecov Report
@@ Coverage Diff @@
## master #12224 +/- ##
===========================================
Coverage 79.7697% 79.7697%
===========================================
Files 462 462
Lines 102337 102337
===========================================
Hits 81634 81634
Misses 14832 14832
Partials 5871 5871 |
/run-all-tests |
/run-unit-test |
in the performance benchmarks for add_time:
seems there is a performance regression? |
I think it's the problem of the benchmark framework. @qw4990 will fix it later. |
I will fix it soon. |
3e561d1
to
226befe
Compare
It is fixed, so please update the benchmark results. |
|
2aa3c49
to
71233d5
Compare
0e64be2
to
c4b7fbf
Compare
/run-unit-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.
Almost LGTM, but please resolve conflicts. @SunRunAway
c4b7fbf
to
adfe565
Compare
Rebased, conflicts resolved in builtin_cast_vec.go, builtin_cast_vec_test.go and builtin_time_vec_test.go |
/run-unit-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 |
@SunRunAway merge failed. |
/merge |
/run-all-tests |
What problem does this PR solve?
Part of #12058
Use go template to generate vectorized ADDTIME functions.
By hand write a cast function for unit test.
What is changed and how it works?
Check List
Tests