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

fix: reading cdf from a checkpointed table #3110

Merged
merged 2 commits into from
Jan 10, 2025

fix: reading cdf from a checkpointed table

b62cfc2
Select commit
Loading
Failed to load commit list.
Merged

fix: reading cdf from a checkpointed table #3110

fix: reading cdf from a checkpointed table
b62cfc2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 9, 2025 in 0s

72.40% (+0.03%) compared to 0b90a11

View this Pull Request on Codecov

72.40% (+0.03%) compared to 0b90a11

Details

Codecov Report

Attention: Patch coverage is 81.81818% with 14 lines in your changes missing coverage. Please review.

Project coverage is 72.40%. Comparing base (0b90a11) to head (b62cfc2).

Files with missing lines Patch % Lines
crates/core/src/operations/load_cdf.rs 87.50% 2 Missing and 7 partials ⚠️
python/src/lib.rs 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3110      +/-   ##
==========================================
+ Coverage   72.37%   72.40%   +0.03%     
==========================================
  Files         128      128              
  Lines       41301    41366      +65     
  Branches    41301    41366      +65     
==========================================
+ Hits        29892    29953      +61     
- Misses       9494     9500       +6     
+ Partials     1915     1913       -2     

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