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

feat: add `HudiFileGroupReader` with consolidated APIs to read records #164

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 91.30435% with 2 lines in your changes missing coverage. Please review.

Project coverage is 89.81%. Comparing base (2ef9557) to head (72ca4d7). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/core/src/file_group/reader.rs 92.85% 1 Missing :warning:
crates/core/src/table/mod.rs 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #164 +/- ## ========================================== + Coverage 89.16% 89.81% +0.65% ========================================== Files 16 17 +1 Lines 877 884 +7 ========================================== + Hits 782 794 +12 + Misses 95 90 -5 ```

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