This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/go_modules/sdks/google.golang.org/api-0.116.0
in repository https://gitbox.apache.org/repos/asf/beam.git
discard 09a9b3b9352 Bump google.golang.org/api from 0.114.0 to 0.116.0 in /sdks
add fc88025bb02 Fixed typo in word "appropriate" (#26123)
add 2a9e1ab78fe Give andreydevyatkin issue triage permissions (#26150)
add d4731aa799b use double quotes when using embedded values (#26151)
add 77b7b4ef824 Use wheels for Dataflow postcommit tests (#25970)
add 1a52deb9b9c Auto model updates notebook (#26048)
add 485822beeef Fix Jacoco not working for a few modules (#26125)
add db656bfec92 (AWS S3 FS) Fix performance issue of S3 filesystem when
reading large files (fixes #25991)
add 36c9c738f47 Merge pull request #26114: [AWS2] Fix performance issue of
S3 filesystem when reading large files
add 209c8c9cf7e Move automatic model refresh notebook to correct dir
(#26176)
add b37c1a34c1a Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 in /sdks
(#26139)
add e5900971621 Bump go.mongodb.org/mongo-driver from 1.11.2 to 1.11.4 in
/sdks (#26111)
add 8240244202b Bump google.golang.org/api from 0.114.0 to 0.116.0 in /sdks
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (09a9b3b9352)
\
N -- N -- N
refs/heads/dependabot/go_modules/sdks/google.golang.org/api-0.116.0
(8240244202b)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 1 +
.github/workflows/build_wheels.yml | 1 +
.test-infra/jenkins/job_PostCommit_Python.groovy | 1 +
...ommit_Python_ValidatesRunner_Dataflow_V2.groovy | 1 +
.test-infra/jenkins/job_PreCommit_Java_IOs.groovy | 9 +-
.../jenkins/job_PreCommit_Portable_Python.groovy | 4 +-
.test-infra/jenkins/job_PreCommit_PythonIT.groovy | 1 +
.../beam-ml/automatic_model_refresh.ipynb | 475 +++++++++++++++++++++
gradle.properties | 4 +-
sdks/go.mod | 6 +-
sdks/go.sum | 12 +-
sdks/java/core/build.gradle | 9 -
.../io/aws2/s3/S3ReadableSeekableByteChannel.java | 34 +-
.../java/org/apache/beam/sdk/io/jdbc/JdbcIO.java | 4 +-
sdks/python/build.gradle | 45 ++
sdks/python/test-suites/dataflow/build.gradle | 2 +-
sdks/python/test-suites/dataflow/common.gradle | 149 ++++---
sdks/python/test-suites/direct/build.gradle | 2 +-
sdks/python/test-suites/gradle.properties | 2 -
19 files changed, 662 insertions(+), 100 deletions(-)
create mode 100644 examples/notebooks/beam-ml/automatic_model_refresh.ipynb