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/05/20 17:13:59 UTC

[beam] branch dependabot/go_modules/sdks/google.golang.org/api-0.80.0 updated (9528e481cdd -> 4333a89ca48)

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


 discard 9528e481cdd Bump google.golang.org/api from 0.76.0 to 0.80.0 in /sdks
     add 857f8d300d9 [BEAM-14474] Suppress 'Mean of empty slice' Runtime Warning in dataframe unit test (#17682)
     add 4ed320c3fb3 [BEAM-10529] update KafkaIO Xlang integration test to publish and receive null keys (#17319)
     add d13ba98d1a5 Fix a few small linting bugs (#17695)
     add da4fcad9200 Bump github.com/lib/pq from 1.10.5 to 1.10.6 in /sdks (#17691)
     add ea1f292e9cf Update release-guide.md
     add b086b96b05a [BEAM-14428] change text, change styling of connectors and contribute tables
     add 212d63d291b Merge pull request #17572: [BEAM-14428] I/O, community, and contribute pages improvements
     add 61cd0dfa1ec fixed typos in README.md
     add 44274aef15b Merge pull request #17714 fixed typos in README.md
     add 6e5ca0c0fa4 Update the PTransform and associated APIs to be less class-based. (#17699)
     add 47d8bce7e17 Vortex performance improvement: Enable multiple stream clients per worker (#17550)
     add 4689462a1c8 [BEAM-14488] Alias async flags. (#17711)
     add de497f7766d [BEAM-14487] Make drain & update terminal states. (#17710)
     add 5f61e152c41 Corrects I/O connectors availability status in Beam Website.
     add e9cfd8e4410 Merge pull request #17707: Corrects I/O connectors availability status in Beam Website
     add f1980dc917c [BEAM-14484] Improve behavior surrounding primary roots in self-checkpointing (#17716)
     add f3041e07864 Improve validation error message (#17719)
     add 0f77d68cd80 Remove unused validation configurations. (#17705)
     add cf83f0b8434 Minor: Bump Dataflow container versions (#17684)
     add ace81bfe5cf [BEAM-14418] added arrows to slider
     add 301acc825a8 Merge pull request #17722: [BEAM-14418] added arrows to slider
     add 64c61e99236 Bump google.golang.org/grpc from 1.45.0 to 1.46.2 in /sdks (#17677)
     add 4333a89ca48 Bump google.golang.org/api from 0.76.0 to 0.80.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   (9528e481cdd)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/sdks/google.golang.org/api-0.80.0 (4333a89ca48)

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:
 README.md                                          |   4 +-
 release/src/main/scripts/script.config             |   9 +-
 sdks/go.mod                                        |   4 +-
 sdks/go.sum                                        |   7 +-
 sdks/go/cmd/specialize/main.go                     |   6 +-
 .../pkg/beam/core/graph/coder/coder_fuzz_test.go   |   2 +-
 sdks/go/pkg/beam/core/graph/fn.go                  |   2 +-
 sdks/go/pkg/beam/core/graph/mtime/time_test.go     |   2 +-
 sdks/go/pkg/beam/core/runtime/exec/datasource.go   |  43 +++-
 .../pkg/beam/core/runtime/exec/datasource_test.go  |  69 ++++++
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |   1 +
 sdks/go/pkg/beam/core/sdf/sdf.go                   |   4 +
 .../{continuation_test.go => wrappedbounded.go}    |  31 ++-
 .../beam/io/rtrackers/offsetrange/offsetrange.go   |   2 +
 sdks/go/pkg/beam/pardo_test.go                     |   2 +-
 sdks/go/pkg/beam/runners/dataflow/dataflow.go      |   7 +-
 .../pkg/beam/runners/dataflow/dataflowlib/job.go   |  49 ++--
 .../beam/runners/dataflow/dataflowlib/job_test.go  |  37 +++
 .../test/integration/primitives/checkpointing.go   |  18 +-
 .../beam/sdk/io/gcp/bigquery/BigQueryOptions.java  |  18 +-
 .../StorageApiWriteRecordsInconsistent.java        |   5 +-
 .../bigquery/StorageApiWriteUnshardedRecords.java  | 100 ++++++---
 sdks/python/apache_beam/dataframe/frames_test.py   |  27 ++-
 .../apache_beam/dataframe/transforms_test.py       |   5 +-
 .../io/external/xlang_kafkaio_it_test.py           |  29 ++-
 .../apache_beam/runners/dataflow/internal/names.py |   4 +-
 sdks/typescript/README.md                          |   6 +
 sdks/typescript/src/apache_beam/coders/coders.ts   |  28 ++-
 .../src/apache_beam/examples/wordcount.ts          |  19 +-
 .../src/apache_beam/examples/wordcount_sql.ts      |  10 +-
 .../src/apache_beam/examples/wordcount_textio.ts   |  19 +-
 .../src/apache_beam/internal/pipeline.ts           |  36 ++-
 sdks/typescript/src/apache_beam/internal/urns.ts   |   1 -
 sdks/typescript/src/apache_beam/io/textio.ts       |  22 +-
 sdks/typescript/src/apache_beam/pvalue.ts          | 104 +++++----
 .../src/apache_beam/runners/direct_runner.ts       |  12 +-
 sdks/typescript/src/apache_beam/testing/assert.ts  |  53 ++---
 .../src/apache_beam/transforms/create.ts           |  29 +--
 .../src/apache_beam/transforms/external.ts         |  23 +-
 .../src/apache_beam/transforms/flatten.ts          |  26 ++-
 .../apache_beam/transforms/group_and_combine.ts    | 161 +++++++------
 .../typescript/src/apache_beam/transforms/index.ts |   2 +-
 .../src/apache_beam/transforms/internal.ts         | 150 +++++++------
 .../typescript/src/apache_beam/transforms/pardo.ts | 245 +++++++++-----------
 sdks/typescript/src/apache_beam/transforms/sql.ts  |  35 ++-
 .../src/apache_beam/transforms/transform.ts        |  30 ++-
 .../src/apache_beam/transforms/window.ts           | 186 +++++++--------
 .../src/apache_beam/transforms/windowings.ts       | 135 +++++------
 .../typescript/src/apache_beam/worker/operators.ts |  78 +++----
 sdks/typescript/test/combine_test.ts               |  56 +++--
 sdks/typescript/test/primitives_test.ts            |  88 +++-----
 sdks/typescript/test/standard_coders_test.ts       |  24 +-
 sdks/typescript/test/wordcount.ts                  |  28 +--
 website/www/site/assets/js/quotes-slider.js        |   4 +
 website/www/site/assets/scss/_connectors.sass      |   6 +
 website/www/site/assets/scss/_contribute.sass      |  52 +++++
 website/www/site/assets/scss/_quotes.scss          |  17 +-
 website/www/site/content/en/contribute/_index.md   |  17 +-
 .../site/content/en/contribute/release-guide.md    |  10 +-
 .../site/content/en/documentation/io/connectors.md | 249 +++++++++++----------
 website/www/site/layouts/index.html                |  24 +-
 .../partials/section-menu/en/community.html        |  10 +-
 .../partials/section-menu/en/contribute.html       |   6 +-
 .../www/site/static/images/swiper-button-next.png  | Bin 0 -> 6287 bytes
 .../www/site/static/images/swiper-button-prev.png  | Bin 0 -> 6218 bytes
 65 files changed, 1353 insertions(+), 1135 deletions(-)
 copy sdks/go/pkg/beam/core/sdf/{continuation_test.go => wrappedbounded.go} (55%)
 create mode 100644 website/www/site/static/images/swiper-button-next.png
 create mode 100644 website/www/site/static/images/swiper-button-prev.png