Skip to content
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: support to struct datatype #26

Merged
merged 2 commits into from
Nov 7, 2023

feat: support to struct datatype

b4828e4
Select commit
Loading
Failed to load commit list.
Merged

feat: support to struct datatype #26

feat: support to struct datatype
b4828e4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 7, 2023 in 0s

76.42% (-2.93%) compared to 995e0f3

View this Pull Request on Codecov

76.42% (-2.93%) compared to 995e0f3

Details

Codecov Report

Attention: 258 lines in your changes are missing coverage. Please review.

Comparison is base (995e0f3) 79.35% compared to head (b4828e4) 76.42%.
Report is 6 commits behind head on main.

❗ Current head b4828e4 differs from pull request most recent head feb932c. Consider uploading reports for the commit feb932c to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
- Coverage   79.35%   76.42%   -2.93%     
==========================================
  Files          29       32       +3     
  Lines        2499     3211     +712     
==========================================
+ Hits         1983     2454     +471     
- Misses        516      757     +241     
Files Coverage Δ
src/arrow_reader/column/binary.rs 88.88% <100.00%> (+1.38%) ⬆️
src/arrow_reader/column/boolean.rs 100.00% <100.00%> (ø)
src/arrow_reader/column/date.rs 92.30% <100.00%> (ø)
src/arrow_reader/column/float.rs 100.00% <100.00%> (ø)
src/arrow_reader/column/int.rs 100.00% <100.00%> (ø)
src/arrow_reader/column/present.rs 100.00% <100.00%> (ø)
src/arrow_reader/column/string.rs 97.36% <100.00%> (+2.13%) ⬆️
src/arrow_reader/column/timestamp.rs 90.00% <100.00%> (+0.81%) ⬆️
src/arrow_reader/column/tinyint.rs 100.00% <100.00%> (ø)
src/async_arrow_reader.rs 82.08% <100.00%> (+2.25%) ⬆️
... and 10 more

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