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 read tinyint #22

Merged
merged 3 commits into from
Nov 5, 2023

chore: apply suggestions from CR

995e0f3
Select commit
Loading
Failed to load commit list.
Merged

feat: support to read tinyint #22

chore: apply suggestions from CR
995e0f3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 5, 2023 in 0s

79.35% (+5.60%) compared to 47bb450

View this Pull Request on Codecov

79.35% (+5.60%) compared to 47bb450

Details

Codecov Report

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

Comparison is base (47bb450) 73.75% compared to head (995e0f3) 79.35%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
+ Coverage   73.75%   79.35%   +5.60%     
==========================================
  Files          27       29       +2     
  Lines        2343     2499     +156     
==========================================
+ Hits         1728     1983     +255     
+ Misses        615      516      -99     
Files Coverage Δ
src/arrow_reader/column.rs 92.96% <100.00%> (ø)
src/arrow_reader/column/date.rs 92.30% <100.00%> (+0.64%) ⬆️
src/arrow_reader/column/tinyint.rs 100.00% <100.00%> (ø)
src/async_arrow_reader.rs 79.83% <100.00%> (+0.52%) ⬆️
src/error.rs 0.00% <ø> (ø)
src/reader/metadata.rs 97.29% <100.00%> (+0.23%) ⬆️
src/arrow_reader.rs 85.46% <87.50%> (+6.47%) ⬆️
src/reader/decompress.rs 94.04% <97.33%> (+13.37%) ⬆️
src/reader/decode/byte_rle.rs 94.80% <94.80%> (ø)

... and 6 files with indirect coverage changes

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