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

Adopt types for table features, fixed a few clippy warnings #684

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Merge branch 'main' into table-feature-enum

8188cc4
Select commit
Loading
Failed to load commit list.
Open

Adopt types for table features, fixed a few clippy warnings #684

Merge branch 'main' into table-feature-enum
8188cc4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 27, 2025 in 0s

84.05% (+0.01%) compared to 8b5e06d

View this Pull Request on Codecov

84.05% (+0.01%) compared to 8b5e06d

Details

Codecov Report

Attention: Patch coverage is 92.70073% with 10 lines in your changes missing coverage. Please review.

Project coverage is 84.05%. Comparing base (8b5e06d) to head (8188cc4).

Files with missing lines Patch % Lines
kernel/src/actions/mod.rs 93.61% 6 Missing ⚠️
kernel/src/table_features/mod.rs 90.90% 2 Missing ⚠️
kernel/src/actions/deletion_vector.rs 0.00% 1 Missing ⚠️
kernel/src/engine/arrow_data.rs 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #684      +/-   ##
==========================================
+ Coverage   84.04%   84.05%   +0.01%     
==========================================
  Files          77       77              
  Lines       18063    18136      +73     
  Branches    18063    18136      +73     
==========================================
+ Hits        15181    15245      +64     
- Misses       2164     2174      +10     
+ Partials      718      717       -1     

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