delta-io / delta-kernel-rs

A native Delta implementation for integration with any query engine
Apache License 2.0
144 stars 41 forks source link

fix parquet size in write tests #469

Closed zachschuermann closed 1 week ago

zachschuermann commented 1 week ago

parquet file sizes were changing across runs (perhaps from parquet crate updates? or something else?) instead of hard-coding the sizes, we now just read the size of the files we just wrote and compare that with what is written in the delta log.

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 78.95%. Comparing base (534a4e4) to head (9f1ff0a). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #469 +/- ## ======================================= Coverage 78.95% 78.95% ======================================= Files 56 56 Lines 12216 12216 Branches 12216 12216 ======================================= Hits 9645 9645 Misses 2052 2052 Partials 519 519 ```

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