-
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: implement vectorized evaluation for builtinArithmeticIntDivideDecimalSig
#13602
expression: implement vectorized evaluation for builtinArithmeticIntDivideDecimalSig
#13602
Conversation
Thanks for your contribution. If your PR get merged, you will be rewarded 50 points. |
Codecov Report
@@ Coverage Diff @@
## master #13602 +/- ##
===========================================
Coverage ? 80.1738%
===========================================
Files ? 481
Lines ? 120649
Branches ? 0
===========================================
Hits ? 96729
Misses ? 16193
Partials ? 7727 |
ff48599
to
fd30651
Compare
fd30651
to
7a8f786
Compare
/rebuild |
7a8f786
to
ef0b29e
Compare
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
/run-all-tests |
/run-all-tests |
…DivideDecimalSig` (pingcap#13602)
PCP #12103
What problem does this PR solve?
Implement vectorized evaluation for
builtinArithmeticIntDivideDecimalSig
at #12103What is changed and how it works?
It gets faster about 46%.
Check List
Tests