tsfile icon indicating copy to clipboard operation
tsfile copied to clipboard

Feature/python new datatypes (#641)

Open ColinLeeo opened this issue 2 weeks ago • 1 comments

  • [Python] new datatypes

  • add cwrapper ut for python new datatypes

ColinLeeo avatar Nov 20 '25 02:11 ColinLeeo

Codecov Report

:x: Patch coverage is 48.00000% with 26 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 61.69%. Comparing base (7aa4141) to head (8925dc9). :warning: Report is 2 commits behind head on develop.

Files with missing lines Patch % Lines
cpp/src/reader/qds_with_timegenerator.cc 0.00% 17 Missing :warning:
cpp/src/reader/qds_without_timegenerator.cc 66.66% 4 Missing :warning:
cpp/src/common/allocator/my_string.h 60.00% 0 Missing and 2 partials :warning:
cpp/src/cwrapper/tsfile_cwrapper.cc 77.77% 1 Missing and 1 partial :warning:
cpp/src/writer/tsfile_writer.cc 50.00% 1 Missing :warning:
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     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Nov 20 '25 03:11 codecov-commenter

Perhaps we still need to supplement some content regarding the implementation and testing of the new data types for tablet and aligned time series.

hongzhi-gao avatar Dec 02 '25 07:12 hongzhi-gao