You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/09/15 03:26:10 UTC

[beam] tag nightly-master updated (a19d06e -> 636bf8b)

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 a19d06e  (commit)
      to 636bf8b  (commit)
    from a19d06e  [BEAM-10861] Adds URNs and payloads to PubSub transforms to allow runner-native overrides (#12760)
     add 7151bcb  adding twister2 documentaion
     add 18ebfe0  [BEAM-10463] Fix minor typos
     add d735f74  Merge pull request #12744: [BEAM-10463] Twister2 Beam Runner Documentation
     add 8339055  adding twister2 quickstart
     add f2dcbbe  Merge pull request #12731: [BEAM-10830] Twister2 quickstarts and the runner maven archetypes
     add 1c91142  Removing dead code from Interactive Beam.
     add 38d0b47  Merge pull request #12686 from qinyeli/master: Removing dead code from Interactive Beam.
     add f2faf42  [BEAM-10886] Also publish build scans from Github actions.
     add dbdc019  Merge pull request #12840: [BEAM-10886] Also publish build scans from Github actions.
     add 6fb063d  [BEAM-10505][BEAM-10530] Add truncate capability.
     add 2ba24ed  Merge pull request #12773 from boyuanzz/enable_drain
     add ad21380  Add max buffering duration to GroupIntoBatches
     add 18e8da3  Merge pull request #12726 from [BEAM-10475] Add max buffering duration to GroupIntoBatches (Java)
     add 91a18f1  [BEAM-10252] Add null check on logical type override (#12831)
     add 63f54fd  Updates Dataflow containers used by unreleased SDKs. (#12833)
     add 636bf8b  [BEAM-9615] Add initial schema proto documentation. (#12553)

No new revisions were added by this update.

Summary of changes:
 .github/autolabeler.yml                            |   2 +-
 .test-infra/jenkins/README.md                      |   1 +
 model/pipeline/src/main/proto/schema.proto         |  16 +-
 release/build.gradle                               |   1 +
 ...park.groovy => quickstart-java-twister2.groovy} |   8 +-
 release/src/main/scripts/run_rc_validation.sh      |  12 +
 release/src/main/scripts/script.config             |   2 +
 .../runners/core/construction/Environments.java    |   4 +-
 .../core/construction/EnvironmentsTest.java        |  13 +-
 runners/twister2/build.gradle                      |   5 +-
 .../runners/twister2/Twister2PipelineResult.java   |  34 +-
 .../beam/runners/twister2/Twister2Runner.java      | 121 ++---
 .../java/org/apache/beam/sdk/schemas/Schema.java   |  10 +-
 .../beam/sdk/transforms/GroupIntoBatches.java      | 113 +++--
 .../java/org/apache/beam/sdk/values/RowUtils.java  |   4 +
 .../beam/sdk/schemas/utils/AvroUtilsTest.java      |  16 +
 .../beam/sdk/transforms/GroupIntoBatchesTest.java  | 235 +++++++++-
 .../src/main/resources/archetype-resources/pom.xml |  11 +
 .../apache_beam/runners/dataflow/internal/names.py |   4 +-
 .../runners/interactive/pipeline_analyzer.py       | 485 ---------------------
 .../runners/interactive/pipeline_analyzer_test.py  | 292 -------------
 sdks/python/apache_beam/transforms/environments.py |   3 +-
 .../apache_beam/transforms/environments_test.py    |   7 +-
 settings.gradle                                    |   6 +-
 .../www/site/content/en/documentation/_index.md    |   1 +
 .../content/en/documentation/runners/twister2.md   | 152 +++++++
 .../site/content/en/get-started/beam-overview.md   |   1 +
 .../{dataflow-runner.md => twister2-runner.md}     |   8 +-
 website/www/site/data/capability_matrix.yaml       | 126 ++++++
 website/www/site/data/works_with.yaml              |   3 +
 .../layouts/partials/section-menu/en/roadmap.html  |   1 +
 .../layouts/partials/section-menu/en/runners.html  |   1 +
 website/www/site/static/images/logo_twister2.png   | Bin 0 -> 13755 bytes
 .../site/static/images/logos/runners/twister2.png  | Bin 0 -> 6487 bytes
 34 files changed, 809 insertions(+), 889 deletions(-)
 copy release/src/main/groovy/{quickstart-java-spark.groovy => quickstart-java-twister2.groovy} (83%)
 delete mode 100644 sdks/python/apache_beam/runners/interactive/pipeline_analyzer.py
 delete mode 100644 sdks/python/apache_beam/runners/interactive/pipeline_analyzer_test.py
 create mode 100644 website/www/site/content/en/documentation/runners/twister2.md
 copy website/www/site/content/en/roadmap/{dataflow-runner.md => twister2-runner.md} (70%)
 create mode 100644 website/www/site/static/images/logo_twister2.png
 create mode 100644 website/www/site/static/images/logos/runners/twister2.png