This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.
*** WARNING: tag nightly-master was modified! ***
from c499c49 (commit)
to 6fcd339 (commit)
from c499c49 Fix spelling.
add a81b59f [BEAM-10955] Revert f077ba51cb0790c403297833d5378b399b7248df
(#15119)
add 78d55cf [BEAM-12596] Ensure that SDF restriction size is always
greater then zero (#15186)
add 77068db [BEAM-12639] Allow for zero splits in SplitAndSizeRestriction
(#15191)
add 45c3932 [BEAM-12559] Enable CrossLanguageValidateRunner test for
Samza (#15195)
add 3627baf fixed broken tabs for runner and shell in java quickstart
add 0d2c36d fix remaining runner and shell snippets
add 5b810ba Merge pull request #15193 from pcoet/runner-tabs
add 6fcd339 Update Container beam-master-20210720 (#15197)
No new revisions were added by this update.
Summary of changes:
.github/PULL_REQUEST_TEMPLATE.md | 6 +-
.test-infra/jenkins/README.md | 1 +
...mmit_CrossLanguageValidatesRunner_Samza.groovy} | 13 +-
README.md | 2 +-
.../beam/runners/flink/FlinkSavepointTest.java | 2 +
runners/samza/job-server/build.gradle | 38 +++
sdks/go/pkg/beam/core/runtime/exec/sdf.go | 64 ++++-
.../beam/core/runtime/exec/sdf_invokers_test.go | 47 +++
sdks/go/pkg/beam/core/runtime/exec/sdf_test.go | 182 ++++++++++++
sdks/go/pkg/beam/pardo.go | 8 +-
.../apache_beam/runners/dataflow/internal/names.py | 4 +-
.../www/site/assets/scss/_syntax-highlighting.scss | 62 ++++
.../en/documentation/runtime/environments.md | 16 +-
.../en/documentation/sdks/python-streaming.md | 16 +-
.../site/content/en/get-started/quickstart-go.md | 12 +-
.../site/content/en/get-started/quickstart-java.md | 180 ++++++------
.../site/content/en/get-started/quickstart-py.md | 68 ++---
.../content/en/get-started/wordcount-example.md | 320 ++++++++++-----------
.../hooks/body-end.html => shortcodes/runner.html} | 20 +-
.../hooks/body-end.html => shortcodes/shell.html} | 20 +-
website/www/site/static/js/language-switch.js | 2 +
21 files changed, 735 insertions(+), 348 deletions(-)
copy
.test-infra/jenkins/{job_PostCommit_CrossLanguageValidatesRunner_Spark.groovy
=> job_PostCommit_CrossLanguageValidatesRunner_Samza.groovy} (83%)
copy website/www/site/layouts/{partials/hooks/body-end.html =>
shortcodes/runner.html} (53%)
copy website/www/site/layouts/{partials/hooks/body-end.html =>
shortcodes/shell.html} (53%)