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-runners-core-construction-java, ... to 2.48.0 #4846

Conversation

scala-steward
Copy link
Contributor

About this PR

📦 Updates

  • org.apache.beam:beam-runners-core-construction-java
  • org.apache.beam:beam-runners-direct-java
  • org.apache.beam:beam-runners-flink-1.15
  • org.apache.beam:beam-runners-google-cloud-dataflow-java
  • org.apache.beam:beam-runners-spark-3
  • org.apache.beam:beam-sdks-java-core
  • org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core
  • org.apache.beam:beam-sdks-java-extensions-protobuf
  • org.apache.beam:beam-sdks-java-extensions-sketching
  • org.apache.beam:beam-sdks-java-extensions-sorter
  • org.apache.beam:beam-sdks-java-extensions-sql
  • org.apache.beam:beam-sdks-java-extensions-zetasketch
  • org.apache.beam:beam-sdks-java-io-google-cloud-platform
  • org.apache.beam:beam-sdks-java-io-hadoop-common
  • org.apache.beam:beam-sdks-java-io-hadoop-format
  • org.apache.beam:beam-sdks-java-io-jdbc
  • org.apache.beam:beam-sdks-java-io-neo4j
  • org.apache.beam:beam-sdks-java-io-redis

from 2.47.0 to 2.48.0

Usage

Please merge!

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

🔍 Files still referring to the old version number

The following files still refer to the old version number (2.47.0).
You might want to review and update them manually.

build.sbt
⚙ Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "org.apache.beam" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.apache.beam" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

@codecov
Copy link

codecov bot commented Jun 1, 2023

Codecov Report

Merging #4846 (de7a65a) into main (8e12606) will increase coverage by 0.39%.
The diff coverage is 85.22%.

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

@@            Coverage Diff             @@
##             main    #4846      +/-   ##
==========================================
+ Coverage   62.45%   62.84%   +0.39%     
==========================================
  Files         282      282              
  Lines       10413    10573     +160     
  Branches      763      795      +32     
==========================================
+ Hits         6503     6645     +142     
- Misses       3910     3928      +18     
Impacted Files Coverage Δ
...m/spotify/scio/avro/syntax/SCollectionSyntax.scala 100.00% <ø> (ø)
...ain/scala/com/spotify/scio/cassandra/package.scala 100.00% <ø> (ø)
...tify/scio/extra/csv/syntax/SCollectionSyntax.scala 66.66% <ø> (ø)
...cala/com/spotify/scio/bigquery/BigQueryTypes.scala 68.00% <0.00%> (-1.39%) ⬇️
...io/bigquery/dynamic/syntax/SCollectionSyntax.scala 0.00% <ø> (ø)
.../spotify/scio/neo4j/syntax/SCollectionSyntax.scala 66.66% <ø> (ø)
...y/scio/parquet/avro/syntax/SCollectionSyntax.scala 75.00% <ø> (ø)
.../parquet/tensorflow/syntax/SCollectionSyntax.scala 100.00% <ø> (ø)
.../scio/parquet/types/syntax/SCollectionSyntax.scala 100.00% <ø> (ø)
...rc/main/scala/com/spotify/scio/redis/RedisIO.scala 0.00% <0.00%> (ø)
... and 51 more

... and 5 files with indirect coverage changes

@RustedBones RustedBones requested a review from a team June 15, 2023 09:35
val googleCommonsProtoVersion = "2.14.3"
val googleCloudBigTableVersion = "2.22.0"
val googleCloudCoreVersion = "2.16.0"
val googleCloudDatastoreVersion = "0.105.5"

Choose a reason for hiding this comment

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

Not sure how these versions are selected/aligned, but just FYI:
the latest version available is 0.106.0.
According to https://mvnrepository.com/artifact/com.google.api.grpc/proto-google-cloud-datastore-v1 .

Copy link
Contributor

Choose a reason for hiding this comment

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

Versions are the one from google's BOM used by beam here. See top comment from the group

@RustedBones RustedBones merged commit 8feb9dc into spotify:main Jun 20, 2023
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.

3 participants