Skip to content

Support arrow struct#739

Merged
ColinLeeo merged 9 commits intodevelopfrom
support_arrow_struct
Mar 23, 2026
Merged

Support arrow struct#739
ColinLeeo merged 9 commits intodevelopfrom
support_arrow_struct

Conversation

@ColinLeeo
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Mar 9, 2026

Codecov Report

❌ Patch coverage is 40.37037% with 322 lines in your changes missing coverage. Please review.
✅ Project coverage is 61.87%. Comparing base (5e9f8c2) to head (d83acc4).

Files with missing lines Patch % Lines
cpp/src/cwrapper/arrow_c.cc 46.63% 180 Missing and 42 partials ⚠️
cpp/src/common/tablet.cc 0.00% 35 Missing ⚠️
cpp/src/utils/date_utils.h 0.00% 26 Missing ⚠️
cpp/src/cwrapper/tsfile_cwrapper.cc 0.00% 22 Missing ⚠️
cpp/src/reader/table_result_set.cc 50.00% 1 Missing and 5 partials ⚠️
cpp/src/common/container/bit_map.h 50.00% 4 Missing ⚠️
cpp/src/writer/tsfile_writer.cc 0.00% 3 Missing ⚠️
cpp/src/reader/result_set.h 0.00% 2 Missing ⚠️
cpp/src/reader/tsfile_reader.cc 60.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #739      +/-   ##
===========================================
- Coverage    62.15%   61.87%   -0.29%     
===========================================
  Files          702      704       +2     
  Lines        40680    41218     +538     
  Branches      5780     5908     +128     
===========================================
+ Hits         25286    25503     +217     
- Misses       14613    14885     +272     
- Partials       781      830      +49     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

data: pyarrow.RecordBatch or pyarrow.Table
time_col_index: index of the time column in the Arrow schema.
>= 0: use the specified column as the time column.
< 0: auto-detect by Arrow timestamp type (default).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is the related logic?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@ColinLeeo ColinLeeo merged commit 2b0c0bf into develop Mar 23, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants