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

fix: simplify partition filter format by taking tuple of strings #170

Closed kazdy closed 1 day ago

kazdy commented 6 days ago

Description

fixes: #165

How are the changes test-covered

codecov[bot] commented 6 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 90.81%. Comparing base (969c799) to head (cf4ef86). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #170 +/- ## ========================================== + Coverage 90.64% 90.81% +0.16% ========================================== Files 19 20 +1 Lines 973 958 -15 ========================================== - Hits 882 870 -12 + Misses 91 88 -3 ```

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