-
Notifications
You must be signed in to change notification settings - Fork 89
Feature/python new datatypes (#641) #644
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
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #644 +/- ##
===========================================
- Coverage 62.41% 61.69% -0.72%
===========================================
Files 704 706 +2
Lines 39969 40037 +68
Branches 5607 5636 +29
===========================================
- Hits 24946 24702 -244
- Misses 14333 14638 +305
- Partials 690 697 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
hongzhi-gao
left a comment
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!
db78d02 to
bc7e1b0
Compare
* [Python] new datatypes * add cwrapper ut for python new datatypes
bc7e1b0 to
d7411f3
Compare
|
Perhaps we still need to supplement some content regarding the implementation and testing of the new data types for tablet and aligned time series. |
* Feature/python new datatypes (apache#641) * [Python] new datatypes Co-authored-by: Hongzhi Gao <761417898@qq.com> # Conflicts: # cpp/src/common/record.h # cpp/src/cwrapper/tsfile_cwrapper.cc # python/tests/test_write_and_read.py # python/tsfile/tsfile_py_cpp.pyx # python/tsfile/tsfile_reader.pyx
[Python] new datatypes
add cwrapper ut for python new datatypes