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: configurable column encoding for parquet checkpoint files #3214

Merged
merged 2 commits into from
Feb 15, 2025

fix: run simple_checkpoint tests in serial to avoid race condition

07f070b
Select commit
Loading
Failed to load commit list.
Merged

feat: configurable column encoding for parquet checkpoint files #3214

fix: run simple_checkpoint tests in serial to avoid race condition
07f070b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 15, 2025 in 0s

72.29% (+0.15%) compared to 1befab9

View this Pull Request on Codecov

72.29% (+0.15%) compared to 1befab9

Details

Codecov Report

Attention: Patch coverage is 92.30769% with 1 line in your changes missing coverage. Please review.

Project coverage is 72.29%. Comparing base (1befab9) to head (07f070b).

Files with missing lines Patch % Lines
crates/core/src/protocol/checkpoints.rs 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3214      +/-   ##
==========================================
+ Coverage   72.14%   72.29%   +0.15%     
==========================================
  Files         138      138              
  Lines       45394    45398       +4     
  Branches    45394    45398       +4     
==========================================
+ Hits        32751    32822      +71     
+ Misses      10562    10489      -73     
- Partials     2081     2087       +6     

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