spotify / scio

A Scala API for Apache Beam and Google Cloud Dataflow.
https://spotify.github.io/scio
Apache License 2.0
2.56k stars 513 forks source link

(fix #5472) Set desiredBundleSizeBytes to Long.MaxValue BinaryIO reads to prevent file subrange-splitting #5473

Closed clairemcginty closed 1 month ago

clairemcginty commented 2 months ago

for context see #5472.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 61.29%. Comparing base (e0a0259) to head (47c068d). Report is 12 commits behind head on main.

Files with missing lines Patch % Lines
.../src/main/scala/com/spotify/scio/io/BinaryIO.scala 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5473 +/- ## ========================================== - Coverage 61.30% 61.29% -0.01% ========================================== Files 312 312 Lines 11068 11072 +4 Branches 792 758 -34 ========================================== + Hits 6785 6787 +2 - Misses 4283 4285 +2 ```

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