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 2022/08/08 17:24:14 UTC

[beam] branch dependabot/go_modules/sdks/google.golang.org/api-0.91.0 updated (67a1983c990 -> 01f3638c741)

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


 discard 67a1983c990 Bump google.golang.org/api from 0.90.0 to 0.91.0 in /sdks
     add 4ca749dcb72 Bugfix: Fix broken assertion in PipelineTest (#22485)
     add 7ddf0c2f35c Mention Java RunInference support in the Website
     add bf39489b2a1 Merge pull request #22557: Mention Java RunInference support in the Website
     add 7309d210dfa Update run_inference_basic.ipynb
     add 1d22d7bc9fb  Update run_inference_basic.ipynb #22567
     add d357d035812 Update CHANGE.md after 2.41.0 cut (#22577)
     add 5b1e1520b97 Convert to BeamSchema type from ReadfromBQ (#17159)
     add 720ee14e9c5 Fix deleteTimer in InMemoryTimerInternals and enable VR tests for GroupIntoBatches. (#22525)
     add 1a42618b153 Update Dataflow container version (#22580)
     add afb7dc93221 Merge pull request #22347: [22188]Set allowed timestamp skew
     add c8d92b03b6b Added experimental annotation to fixes #22564 (#22565)
     add 6910d770b76 [BEAM-14117] Delete vendored bytebuddy gradle build (#22594)
     add 51e000259cb Add Import transform to Go FhirIO (#22460)
     add bfc3baa4280 Moving misplaced CHANGES from template to 2.41.0
     add 168539fa85d Merge pull request #22581: Moving misplaced CHANGES from template to 2.41.0
     add 3da3076313b Allow unsafe triggers for python nexmark benchmarks (#22596)
     add 3c03e180570 pubsublite: Fix max offset for computing backlog (#22585)
     add d0e523b8e9d Add support when writing to locked buckets by handling retentionPolicyNotMet error (#22138)
     add db8db0b6ed0 [BEAM-14118, #21639] Vendor gRPC 1.48.1 (#22607)
     add 6a021844fe4 [21894] Validates inference_args early (#22282)
     add 17fb9c03420 Return type for _ExpandIntoRanges DoFn should be Iterable. (#22548)
     add 1f2186de8ee Add PyDoc buttons to the top and bottom of the Machine Learning page (#22458)
     add 00754d843f1 modifed WithKeys Playground Example
     add 5cf03750b4a Merge pull request #22326 from akvelon/pg-trigger-example-deploy
     add 95cbff1451d [Playground][Backend][Bug]: Moving the initialization of properties file (#22310)
     add 801751ecb23 [Playground] Removed banner from Playground header, deleted unused assets
     add 97a90f0f514 Merge pull request #22410 from akvelon/pg_22364_remove_banner
     add c9c161d018d Bump cloud.google.com/go/bigquery from 1.36.0 to 1.37.0 in /sdks (#22598)
     add 01f3638c741 Bump google.golang.org/api from 0.90.0 to 0.91.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   (67a1983c990)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/google.golang.org/api-0.91.0 (01f3638c741)

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:
 CHANGES.md                                         |  36 ++-
 ...g_1_43_2.groovy => GrpcVendoring_1_48_1.groovy} |  30 ++-
 .../notebooks/beam-ml/run_inference_basic.ipynb    |   2 +-
 .../katas/commontransforms/withkeys/Task.java      |   3 +-
 playground/backend/cmd/server/server.go            |  11 +-
 playground/backend/containers/go/Dockerfile        |   2 +
 playground/backend/containers/java/Dockerfile      |   2 +
 playground/backend/containers/python/Dockerfile    |   2 +
 playground/backend/containers/scio/Dockerfile      |   2 +
 playground/frontend/assets/summit_banner.svg       |  40 ----
 .../banner_button.dart}                            |   8 +-
 .../banner_description.dart                        |  16 +-
 playground/frontend/lib/constants/assets.dart      |   1 -
 .../lib/pages/playground/playground_page.dart      |   3 +-
 .../beam/runners/core/InMemoryTimerInternals.java  |  18 +-
 .../spark/translation/TransformTranslator.java     |  12 +-
 sdks/go.mod                                        |   4 +-
 sdks/go.sum                                        |   8 +-
 sdks/go/examples/fhirio/import/import.go           |  85 +++++++
 .../{ => read_write_pubsub}/read_write_pubsub.go   |  14 +-
 sdks/go/pkg/beam/io/fhirio/common.go               |  28 ++-
 sdks/go/pkg/beam/io/fhirio/deidentify.go           |  10 +-
 sdks/go/pkg/beam/io/fhirio/deidentify_test.go      |   9 +-
 sdks/go/pkg/beam/io/fhirio/import.go               | 260 +++++++++++++++++++++
 sdks/go/pkg/beam/io/fhirio/import_test.go          |  94 ++++++++
 sdks/go/pkg/beam/io/fhirio/utils_test.go           |  18 +-
 sdks/go/test/integration/io/fhirio/fhirio_test.go  |  26 ++-
 .../java/org/apache/beam/sdk/PipelineTest.java     |  11 +-
 .../beam/sdk/transforms/GroupIntoBatchesTest.java  |  63 ++++-
 .../beam/sdk/extensions/gcp/util/GcsUtil.java      |  28 +++
 .../beam/sdk/extensions/gcp/util/GcsUtilTest.java  |  78 +++++++
 .../bigquery/StorageApiWritesShardedRecords.java   |  10 +
 .../apache/beam/sdk/io/gcp/healthcare/FhirIO.java  |   4 +-
 .../internal/TopicBacklogReaderImpl.java           |   2 +-
 .../internal/TopicBacklogReaderImplTest.java       |   4 +-
 sdks/python/apache_beam/io/filebasedsource.py      |   3 +-
 sdks/python/apache_beam/io/gcp/bigquery.py         |  49 +++-
 .../apache_beam/io/gcp/bigquery_read_it_test.py    |  80 +++++++
 .../apache_beam/io/gcp/bigquery_schema_tools.py    | 119 ++++++++++
 .../io/gcp/bigquery_schema_tools_test.py           | 186 +++++++++++++++
 sdks/python/apache_beam/ml/inference/base.py       |  18 ++
 sdks/python/apache_beam/ml/inference/base_test.py  |  25 +-
 .../apache_beam/ml/inference/pytorch_inference.py  |  13 ++
 .../apache_beam/ml/inference/sklearn_inference.py  |  23 +-
 .../ml/inference/sklearn_inference_test.py         |   9 -
 .../apache_beam/runners/dataflow/internal/names.py |   4 +-
 .../testing/benchmarks/nexmark/nexmark_launcher.py |   2 +
 settings.gradle.kts                                |   2 +-
 vendor/README.md                                   |  19 +-
 .../build.gradle.kts => grpc-1_48_1/build.gradle}  |  26 +--
 .../documentation/sdks/python-machine-learning.md  |   9 +-
 51 files changed, 1326 insertions(+), 205 deletions(-)
 copy buildSrc/src/main/groovy/org/apache/beam/gradle/{GrpcVendoring_1_43_2.groovy => GrpcVendoring_1_48_1.groovy} (91%)
 delete mode 100644 playground/frontend/assets/summit_banner.svg
 rename playground/frontend/lib/components/{summit_banner/summit_banner_button.dart => banner/banner_button.dart} (86%)
 rename playground/frontend/lib/components/{summit_banner => banner}/banner_description.dart (89%)
 create mode 100644 sdks/go/examples/fhirio/import/import.go
 rename sdks/go/examples/fhirio/{ => read_write_pubsub}/read_write_pubsub.go (93%)
 create mode 100644 sdks/go/pkg/beam/io/fhirio/import.go
 create mode 100644 sdks/go/pkg/beam/io/fhirio/import_test.go
 create mode 100644 sdks/python/apache_beam/io/gcp/bigquery_schema_tools.py
 create mode 100644 sdks/python/apache_beam/io/gcp/bigquery_schema_tools_test.py
 rename vendor/{bytebuddy-1_12_8/build.gradle.kts => grpc-1_48_1/build.gradle} (59%)