You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2022/12/27 20:32:05 UTC

[beam] branch master updated (96f4391cc61 -> bcfdb7b63cd)

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

lcwik pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 96f4391cc61 [Go SDK] Fix multimap support for the direct runner (#24775)
     add bcfdb7b63cd [#24515] Ensure that Go pipelines on Dataflow are not allowed to opt out of runner v2. (#24767)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   6 +-
 runners/google-cloud-dataflow-java/build.gradle    |   1 -
 sdks/go/pkg/beam/runners/dataflow/dataflow.go      |  65 ++++++---
 sdks/go/pkg/beam/runners/dataflow/dataflow_test.go | 159 +++++++++++++++++++--
 .../beam/runners/dataflow/dataflowlib/execute.go   |  13 +-
 .../pkg/beam/runners/dataflow/dataflowlib/job.go   |  26 +---
 sdks/go/test/build.gradle                          |   2 -
 sdks/go/test/run_validatesrunner_tests.sh          |  16 +--
 8 files changed, 204 insertions(+), 84 deletions(-)