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

Fix dependency issues #4876

Merged
merged 3 commits into from
Jun 20, 2023
Merged

Fix dependency issues #4876

merged 3 commits into from
Jun 20, 2023

Conversation

RustedBones
Copy link
Contributor

@RustedBones RustedBones commented Jun 13, 2023

  • ship direct runner for testing
  • move gcs-connector to examples runtime dependency
  • fix google api services storage version not in sync with google library_bom

@codecov
Copy link

codecov bot commented Jun 13, 2023

Codecov Report

Merging #4876 (6252ab3) into main (8feb9dc) will not change coverage.
The diff coverage is n/a.

❗ Current head 6252ab3 differs from pull request most recent head 2b752a4. Consider uploading reports for the commit 2b752a4 to get more accurate results

@@           Coverage Diff           @@
##             main    #4876   +/-   ##
=======================================
  Coverage   62.85%   62.85%           
=======================================
  Files         282      282           
  Lines       10603    10603           
  Branches      775      775           
=======================================
  Hits         6665     6665           
  Misses       3938     3938           

@RustedBones RustedBones force-pushed the fixup-0.13-release branch 2 times, most recently from 9422fd7 to 51e40f8 Compare June 15, 2023 09:05
@RustedBones RustedBones added this to the 0.13.0 milestone Jun 15, 2023
build.sbt Outdated
@@ -1182,6 +1183,7 @@ lazy val `scio-examples`: Project = project
"org.scala-lang.modules" %% "scala-collection-compat" % scalaCollectionCompatVersion,
"org.slf4j" % "slf4j-api" % slf4jVersion,
// runtime
"com.google.cloud.bigdataoss" % "gcs-connector" % s"hadoop2-$bigdataossVersion",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@clairemcginty this used to be shipped with scio-parquet. I feel we should stay agnostic to the storage system and this must be manually added by users if needed now.

@RustedBones RustedBones changed the title Prepare 0.13 Fix dependency issues Jun 20, 2023
@RustedBones
Copy link
Contributor Author

See apache/beam#26910

@RustedBones RustedBones merged commit 6762ee8 into main Jun 20, 2023
@RustedBones RustedBones deleted the fixup-0.13-release branch June 20, 2023 14:37
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