This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/service/s3-1.38.5
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard 9cb5765ce4b Bump github.com/aws/aws-sdk-go-v2/service/s3 in /sdks
     add 5094f2460df Add more batch Storage Write API tests (#28032)
     add a0c93f6178d Use Periodic Impulse for BQ SchemaUpdate tests (#27998)
     add 41dd0e68efc Add Java IO Direct jobs: Hadoop, Kinesis, Pulsar (#28044)
     add 448184e80e6 MLTransform transform catalog snippets (#27709)
     add a46a35b52fc Replace synthetic field this$0 by explicit instance 
(#27868)
     add feb1cf73a09 Bump github.com/aws/aws-sdk-go-v2/credentials in /sdks 
(#28088)
     add c3a50558def Bump github.com/aws/aws-sdk-go-v2/service/s3 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   (9cb5765ce4b)
            \
             N -- N -- N   
refs/heads/dependabot/go_modules/sdks/github.com/aws/aws-sdk-go-v2/service/s3-1.38.5
 (c3a50558def)

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:
 .github/workflows/README.md                        |   3 +
 ...ml => beam_PreCommit_Java_Hadoop_IO_Direct.yml} |  39 +++--
 ...l => beam_PreCommit_Java_Kinesis_IO_Direct.yml} |  31 ++--
 ...ml => beam_PreCommit_Java_Pulsar_IO_Direct.yml} |  20 +--
 runners/google-cloud-dataflow-java/build.gradle    |   2 -
 .../runners/spark/SparkNativePipelineVisitor.java  |   2 +-
 .../runners/spark/SparkRunnerDebuggerTest.java     |  41 +++++
 sdks/go.mod                                        |  10 +-
 sdks/go.sum                                        |  15 +-
 .../apache/beam/sdk/transforms/MapElements.java    |   4 +
 .../beam/sdk/transforms/PeriodicImpulse.java       |  13 +-
 .../beam/sdk/transforms/PeriodicSequence.java      |  18 ++-
 .../sdk/io/gcp/bigquery/BigQueryIOWriteTest.java   | 177 ++++++++++++++++-----
 .../gcp/bigquery/StorageApiSinkSchemaUpdateIT.java | 143 +++++++++++------
 .../snippets/transforms/elementwise/mltransform.py | 121 ++++++++++++++
 .../transforms/elementwise/mltransform_test.py     |  90 +++++++++++
 .../transforms/python/elementwise/mltransform.md   | 119 ++++++++++++++
 .../en/documentation/transforms/python/overview.md |   2 +
 .../partials/section-menu/en/documentation.html    |   1 +
 19 files changed, 716 insertions(+), 135 deletions(-)
 copy .github/workflows/{beam_PreCommit_Java_Amazon-Web-Services_IO_Direct.yml 
=> beam_PreCommit_Java_Hadoop_IO_Direct.yml} (73%)
 copy .github/workflows/{beam_PreCommit_Java_Amazon-Web-Services_IO_Direct.yml 
=> beam_PreCommit_Java_Kinesis_IO_Direct.yml} (78%)
 copy .github/workflows/{beam_PreCommit_Java_Azure_IO_Direct.yml => 
beam_PreCommit_Java_Pulsar_IO_Direct.yml} (85%)
 create mode 100644 
sdks/python/apache_beam/examples/snippets/transforms/elementwise/mltransform.py
 create mode 100644 
sdks/python/apache_beam/examples/snippets/transforms/elementwise/mltransform_test.py
 create mode 100644 
website/www/site/content/en/documentation/transforms/python/elementwise/mltransform.md

Reply via email to