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/07/13 04:28:37 UTC

[beam] branch nightly-refs/heads/master updated (a8775f0a4ac -> 2c8e7eb7a39)

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

github-bot pushed a change to branch nightly-refs/heads/master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from a8775f0a4ac Try to fix playground workflow (#22226)
     add c7e77f92248 Adding VladMatyunin as collaborator (#22239)
     add d69b217f0a3 add new pubsub urn
     add 029a2e3d5aa Merge pull request #21966: add new pubsub urn
     add 4bd44e8a28e Several requests to show experiments in Dataflow UI
     add d2212b3f5d5 Merge pull request #22207 from Several requests to show experiments in UIs.
     add be922c9f782 Mark session runner as deprecated (#22242)
     add 52753a9c854 Add org.pentaho to calcite relocated packages to fix vendoring validation.
     add 139ca673176 Merge pull request #22228: Add org.pentaho to calcite relocated packages to fix vendoring validation
     add d4d7d93af9c Update google-cloud-core dependency to <3 (#22237)
     add cc10d15c92d Move WC integration test to generic registration (#22248)
     add 2c8e7eb7a39 Move Xlang Go examples to generic registration (#22249)

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                                    |  1 +
 .../org/apache/beam/model/pipeline/v1/beam_runner_api.proto  |  4 ++++
 sdks/go/examples/xlang/bigquery/wordcount.go                 |  6 ++----
 sdks/go/examples/xlang/cogroup_by/cogroup_by.go              | 12 +++++++-----
 sdks/go/examples/xlang/combine/combine.go                    | 12 +++++++-----
 sdks/go/examples/xlang/combine_globally/combine_globally.go  |  3 ++-
 sdks/go/examples/xlang/flatten/flatten.go                    |  3 ++-
 sdks/go/examples/xlang/group_by/group_by.go                  | 12 +++++++-----
 sdks/go/examples/xlang/partition/partition.go                |  3 ++-
 sdks/go/examples/xlang/wordcount/wordcount.go                |  7 +++++--
 sdks/go/pkg/beam/runners/session/session.go                  |  2 ++
 sdks/go/test/integration/wordcount/wordcount.go              |  7 +++++--
 .../org/apache/beam/sdk/options/ExperimentalOptions.java     |  1 -
 sdks/python/setup.py                                         |  2 +-
 vendor/calcite-1_28_0/build.gradle                           |  1 +
 15 files changed, 48 insertions(+), 28 deletions(-)