-
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 builtinDecimalIsNullSig
#12522
Conversation
builtinDecimalIsNullSig
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-unit-test |
Codecov Report
@@ Coverage Diff @@
## master #12522 +/- ##
===========================================
Coverage ? 79.9861%
===========================================
Files ? 460
Lines ? 102474
Branches ? 0
===========================================
Hits ? 81965
Misses ? 14555
Partials ? 5954 |
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 12485, 12523 |
@tangwz merge failed. |
/run-all-tests |
/run-check-dev-2 |
/run-check_dev_2 |
/build |
What problem does this PR solve?
Implement vectorized evaluation for builtinDecimalIsNullSig.
Issue: #12103
What is changed and how it works?
Check List
Tests