apache / hudi-rs

A native Rust library for Apache Hudi, with bindings into Python
https://hudi.apache.org/
Apache License 2.0
142 stars 28 forks source link

refactor: improve APIs for handling options #161

Closed xushiyan closed 1 week ago

xushiyan commented 1 week ago

Description

How are the changes test-covered

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 89.16%. Comparing base (8fcdf5b) to head (7b9ea9f). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/config/mod.rs 85.71% 3 Missing :warning:
crates/core/src/table/mod.rs 90.00% 3 Missing :warning:
crates/datafusion/src/lib.rs 50.00% 3 Missing :warning:
crates/core/src/table/fs_view.rs 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #161 +/- ## ========================================== + Coverage 89.10% 89.16% +0.06% ========================================== Files 15 16 +1 Lines 835 877 +42 ========================================== + Hits 744 782 +38 - Misses 91 95 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.