-
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 duration datatype and vectors #2180
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2180 +/- ##
===========================================
- Coverage 77.44% 77.41% -0.04%
===========================================
Files 726 728 +2
Lines 114219 114939 +720
===========================================
+ Hits 88461 88976 +515
- Misses 25758 25963 +205 |
@QuenKar Thanks for your PR. Is this PR ready for review? If so, there are some conflicts that have to be resolved. |
dfffb09
to
50e60e4
Compare
@killme2008 thx, I resolved the conflicts, please take a look. |
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.
Good job!
@waynexia Please take a look |
e45a0f7
to
da7f51d
Compare
da7f51d
to
c937bb9
Compare
@evenyag If you have time, please take a look(•̀ᴗ• ) |
Co-authored-by: Yingwen <[email protected]>
c937bb9
to
493d32c
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
* feat: impl datatype, vector traits for duration. * feat: duration and grpc. * test: add unit test cases. * chore: style and test case. * fix: update greptime-proto version and helper.rs * chore: fix type name. * Update src/datatypes/src/data_type.rs Co-authored-by: Yingwen <[email protected]> * chore: cr. * chore: fix greptime-proto --------- Co-authored-by: Yingwen <[email protected]>
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
PLEASE DO NOT LEAVE THIS EMPTY !!!
Please explain IN DETAIL what the changes are in this PR and why they are needed:
Main change:
DurationType
insrc/datatypes/src/types
.Duration
type, we can useDurationSecondVector
,DurationMillisecondVector
etc.Duration
and gRPC, JSON, arrow duration arrays, ScalarValue etc.Checklist
Refer to a related PR or issue link (optional)