spotify / scio

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

Exclude newer transitive avro #5400

Closed RustedBones closed 2 months ago

RustedBones commented 2 months ago

parquet-avro pulls version 1.11.3. This test library should not interfere with default avro version (1.8.2)

beam also moved to avro 1.11.3. exclude those

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 61.25%. Comparing base (6d755f9) to head (63c180c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5400 +/- ## ========================================== + Coverage 61.22% 61.25% +0.02% ========================================== Files 310 310 Lines 11061 11061 Branches 755 755 ========================================== + Hits 6772 6775 +3 + Misses 4289 4286 -3 ```

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