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

Part 4: read_table.c uses transform in ffi #614

Merged
merged 12 commits into from
Feb 21, 2025

add comment

bbb9465
Select commit
Loading
Failed to load commit list.
Merged

Part 4: read_table.c uses transform in ffi #614

add comment
bbb9465
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 21, 2025 in 0s

84.34% (-0.20%) compared to e2bcd0b

View this Pull Request on Codecov

84.34% (-0.20%) compared to e2bcd0b

Details

Codecov Report

Attention: Patch coverage is 49.54128% with 55 lines in your changes missing coverage. Please review.

Project coverage is 84.34%. Comparing base (e2bcd0b) to head (bbb9465).

Files with missing lines Patch % Lines
ffi/src/scan.rs 0.00% 21 Missing ⚠️
ffi/src/engine_funcs.rs 73.23% 18 Missing and 1 partial ⚠️
ffi/src/expressions/kernel.rs 0.00% 13 Missing ⚠️
kernel/src/engine/arrow_expression.rs 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #614      +/-   ##
==========================================
- Coverage   84.54%   84.34%   -0.20%     
==========================================
  Files          75       75              
  Lines       17553    17657     +104     
  Branches    17553    17657     +104     
==========================================
+ Hits        14840    14893      +53     
- Misses       2005     2055      +50     
- Partials      708      709       +1     

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