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/02 01:17:28 UTC

[beam] branch master updated (fa7e964 -> b9a7695)

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 fa7e964  [BEAM-12572] Run python examples on multiple runners (#16154)
     add b9a7695  [BEAM-13574] Large Wordcount (#16455)

No new revisions were added by this update.

Summary of changes:
 .../go/examples/large_wordcount/large_wordcount.go | 429 +++++++++++++++++++++
 .../large_wordcount/large_wordcount_test.go        | 133 +++++++
 sdks/go/test/integration/integration.go            |   9 +
 3 files changed, 571 insertions(+)
 create mode 100644 sdks/go/examples/large_wordcount/large_wordcount.go
 create mode 100644 sdks/go/examples/large_wordcount/large_wordcount_test.go