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: improve partition pruning during file listing #238

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

test: add more partition-pruning ut

d8b2792
Select commit
Loading
Failed to load commit list.
Open

feat: improve partition pruning during file listing #238

test: add more partition-pruning ut
d8b2792
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 9, 2025 in 0s

92.60% (+0.10%) compared to 1779e77

View this Pull Request on Codecov

92.60% (+0.10%) compared to 1779e77

Details

Codecov Report

Attention: Patch coverage is 94.73684% with 4 lines in your changes missing coverage. Please review.

Project coverage is 92.60%. Comparing base (1779e77) to head (d8b2792).

Files with missing lines Patch % Lines
crates/core/src/table/partition.rs 92.10% 3 Missing ⚠️
crates/core/src/table/fs_view.rs 97.36% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #238      +/-   ##
==========================================
+ Coverage   92.50%   92.60%   +0.10%     
==========================================
  Files          29       29              
  Lines        1361     1420      +59     
==========================================
+ Hits         1259     1315      +56     
- Misses        102      105       +3     

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