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

fix conficts

1249a4e
Select commit
Loading
Failed to load commit list.
Merged

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

fix conficts
1249a4e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 4, 2024 in 0s

90.35% (-1.44%) compared to a2738da

View this Pull Request on Codecov

90.35% (-1.44%) compared to a2738da

Details

Codecov Report

Attention: Patch coverage is 70.68966% with 34 lines in your changes missing coverage. Please review.

Project coverage is 90.35%. Comparing base (a2738da) to head (1249a4e).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/storage/utils.rs 57.14% 6 Missing ⚠️
python/src/internal.rs 0.00% 6 Missing ⚠️
crates/core/src/table/builder.rs 37.50% 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/config/utils.rs 50.00% 1 Missing ⚠️
crates/core/src/table/timeline.rs 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #124      +/-   ##
==========================================
- Coverage   91.78%   90.35%   -1.44%     
==========================================
  Files          20       21       +1     
  Lines         962     1006      +44     
==========================================
+ Hits          883      909      +26     
- Misses         79       97      +18     

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