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: define Hudi error types across hudi-core #124

Merged
merged 3 commits into from
Dec 5, 2024

update names and define python error

02c659b
Select commit
Loading
Failed to load commit list.
Merged

feat: define Hudi error types across hudi-core #124

update names and define python error
02c659b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2024 in 0s

90.53% (-1.26%) compared to a2738da

View this Pull Request on Codecov

90.53% (-1.26%) compared to a2738da

Details

Codecov Report

Attention: Patch coverage is 71.92982% with 32 lines in your changes missing coverage. Please review.

Project coverage is 90.53%. Comparing base (a2738da) to head (02c659b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/storage/utils.rs 57.14% 6 Missing ⚠️
crates/core/src/table/builder.rs 37.50% 5 Missing ⚠️
python/src/internal.rs 0.00% 5 Missing ⚠️
crates/core/src/table/mod.rs 20.00% 4 Missing ⚠️
crates/core/src/table/partition.rs 55.55% 4 Missing ⚠️
crates/core/src/storage/mod.rs 76.92% 3 Missing ⚠️
crates/core/src/config/internal.rs 60.00% 2 Missing ⚠️
crates/core/src/config/table.rs 93.54% 2 Missing ⚠️
crates/core/src/table/timeline.rs 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #124      +/-   ##
==========================================
- Coverage   91.78%   90.53%   -1.26%     
==========================================
  Files          20       21       +1     
  Lines         962     1004      +42     
==========================================
+ Hits          883      909      +26     
- Misses         79       95      +16     

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