You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/02/09 16:07:41 UTC

[beam] branch master updated (8bf68ad -> 5ba5537)

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

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


    from 8bf68ad  Merge pull request #16777: [adhoc] Remove remaining usage of Powermock from aws2.
     add 5ba5537  [BEAM-13803] Add support for native iterable side inputs to the Go SDK (#16775)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/runtime/exec/data.go         |   6 +-
 sdks/go/pkg/beam/core/runtime/exec/sideinput.go    |  61 ++++++-
 .../pkg/beam/core/runtime/exec/sideinput_test.go   | 203 +++++++++++++++++++++
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |  43 +----
 .../pkg/beam/core/runtime/graphx/translate_test.go |   6 +-
 sdks/go/pkg/beam/core/runtime/harness/statemgr.go  |  29 ++-
 6 files changed, 292 insertions(+), 56 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/runtime/exec/sideinput_test.go