Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update beam to 2.46.0 #4744

Merged
merged 2 commits into from
Mar 15, 2023
Merged

Update beam to 2.46.0 #4744

merged 2 commits into from
Mar 15, 2023

Conversation

RustedBones
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Mar 13, 2023

Codecov Report

Merging #4744 (d602958) into main (6bbea34) will not change coverage.
The diff coverage is n/a.

❗ Current head d602958 differs from pull request most recent head 060537b. Consider uploading reports for the commit 060537b to get more accurate results

@@           Coverage Diff           @@
##             main    #4744   +/-   ##
=======================================
  Coverage   61.03%   61.03%           
=======================================
  Files         286      286           
  Lines       10527    10527           
  Branches      759      759           
=======================================
  Hits         6425     6425           
  Misses       4102     4102           
Impacted Files Coverage Δ
...spotify/scio/hash/MutableScalableBloomFilter.scala 95.58% <ø> (ø)
...spotify/scio/values/PairSCollectionFunctions.scala 98.22% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

assembly / test := {},
assembly / assemblyMergeStrategy ~= { old =>
{
case PathList("org", "apache", "beam", "sdk", "extensions", "avro", _*) =>
Copy link
Contributor Author

@RustedBones RustedBones Mar 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

beam now ships the avro classes twice. IDK why they did not rename the package. in the future if the impl diverge, the class-loader will pick one at random and may fail

Copy link
Contributor Author

@RustedBones RustedBones Mar 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the release notes, this is not a conflict with previous core avro.
Should double check what is conflicting here

@RustedBones RustedBones merged commit ae459d7 into main Mar 15, 2023
@RustedBones RustedBones deleted the beam-2.46 branch March 15, 2023 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants