Skip to content

Refined optimize.rs, cargo fmt, comment on builder

c7281de
Select commit
Loading
Failed to load commit list.
Open

feat: add framework for File Format Options #3794

Refined optimize.rs, cargo fmt, comment on builder
c7281de
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 15, 2025 in 0s

73.85% (-0.15%) compared to 9f67f9f

View this Pull Request on Codecov

73.85% (-0.15%) compared to 9f67f9f

Details

Codecov Report

❌ Patch coverage is 85.25253% with 73 lines in your changes missing coverage. Please review.
✅ Project coverage is 73.85%. Comparing base (9f67f9f) to head (c7281de).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/table/file_format_options.rs 89.09% 10 Missing and 8 partials ⚠️
crates/core/src/operations/encryption.rs 70.45% 10 Missing and 3 partials ⚠️
crates/core/src/operations/optimize.rs 85.07% 5 Missing and 5 partials ⚠️
crates/core/src/writer/record_batch.rs 65.38% 6 Missing and 3 partials ⚠️
crates/core/src/operations/write/writer.rs 91.07% 2 Missing and 3 partials ⚠️
crates/core/src/table/builder.rs 55.55% 4 Missing ⚠️
crates/core/src/operations/delete.rs 80.00% 2 Missing and 1 partial ⚠️
crates/core/src/operations/merge/mod.rs 71.42% 2 Missing ⚠️
crates/core/src/operations/update.rs 75.00% 2 Missing ⚠️
crates/core/src/operations/write/mod.rs 81.81% 2 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3794      +/-   ##
==========================================
- Coverage   73.99%   73.85%   -0.15%     
==========================================
  Files         148      153       +5     
  Lines       38904    39490     +586     
  Branches    38904    39490     +586     
==========================================
+ Hits        28788    29165     +377     
- Misses       8850     9028     +178     
- Partials     1266     1297      +31     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.