You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2023/02/09 21:20:46 UTC

[beam] branch dependabot/go_modules/sdks/github.com/testcontainers/testcontainers-go-0.16.0 updated (a96138fa3c2 -> 3d1418497c9)

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/testcontainers/testcontainers-go-0.16.0
in repository https://gitbox.apache.org/repos/asf/beam.git


 discard a96138fa3c2 Bump github.com/testcontainers/testcontainers-go in /sdks
     add e0a36a28c11 Remove reuse of GenericRecord instance when reading Avro from BigQuery (#25320)
     add e659c83c60d fixed reading env variable (#25362)
     add cbac3e093a4 fix doc on bq sxtorage (#25353)
     add 64e40d2c018 [Playground] Fix Test_getRunOrTestCmd on Go 1.20 (#25379)
     add 9e067c65392 Fix typo - metdata -> metadata (#25399)
     add 41ea9e5268f [prism] Initial commit for READMEs and go.mod (#25404)
     add e0749855f99 [prism] Add urns package (#25405)
     add 3d1418497c9 Bump github.com/testcontainers/testcontainers-go 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   (a96138fa3c2)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/github.com/testcontainers/testcontainers-go-0.16.0 (3d1418497c9)

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:
 playground/backend/go.mod                          |   2 +-
 .../code_processing/code_processing_test.go        |  13 +-
 playground/infrastructure/grpc_client.py           |   3 +-
 sdks/go.mod                                        |  14 +-
 sdks/go.sum                                        |   4 +-
 sdks/go/pkg/beam/runners/prism/README.md           | 190 +++++++++++++++++++++
 sdks/go/pkg/beam/runners/prism/internal/README.md  |  62 +++++++
 .../pkg/beam/runners/prism/internal/urns/urns.go   | 128 ++++++++++++++
 .../prism/internal/urns/urns_test.go}              |  30 ++--
 .../io/gcp/bigquery/BigQueryStorageAvroReader.java |  10 +-
 .../io/gcp/bigquery/BigQueryIOStorageReadTest.java |  50 ++++++
 .../inference/run_inference_side_inputs.py         |   6 +-
 sdks/python/apache_beam/ml/inference/base.py       |  10 +-
 sdks/python/apache_beam/ml/inference/base_test.py  |   6 +-
 .../documentation/io/built-in/google-bigquery.md   |   4 +-
 15 files changed, 480 insertions(+), 52 deletions(-)
 create mode 100644 sdks/go/pkg/beam/runners/prism/README.md
 create mode 100644 sdks/go/pkg/beam/runners/prism/internal/README.md
 create mode 100644 sdks/go/pkg/beam/runners/prism/internal/urns/urns.go
 copy sdks/go/pkg/beam/{core/runtime/pipelinex/clone_test.go => runners/prism/internal/urns/urns_test.go} (61%)