-
Notifications
You must be signed in to change notification settings - Fork 332
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
feat: impl Vector, DataType traits for decimal128 #2727
feat: impl Vector, DataType traits for decimal128 #2727
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2727 +/- ##
===========================================
- Coverage 85.23% 84.99% -0.24%
===========================================
Files 765 774 +9
Lines 124013 125796 +1783
===========================================
+ Hits 105697 106915 +1218
- Misses 18316 18881 +565 |
915656f
to
ce3d576
Compare
Co-authored-by: Dennis Zhuang <[email protected]> Co-authored-by: Yingwen <[email protected]>
ae832f3
to
474bd5b
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. Keep pushing!
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
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
main change:
Decimal128Type
,Decimal128Vector
andDecimal128Builder
in datatypes crate.Checklist
Refer to a related PR or issue link (optional)
#2682