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