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 c185adb (commit)
to 7eb0e95 (commit)
from c185adb Delete unneeded PCollections in pipeline_from_stages()
(#13100)
add 95e2374 [BEAM-7746] Fix typing in runners
add 5156634 Merge pull request #13060 from [BEAM-7746] Fix typing in
runners
add d229304 [BEAM-11074] Improve process for adding GPG keys to KEYS.
add 7947b76 [BEAM-11074] Removing manual steps for GPG keys.
add bb40443 Merge pull request #13145: [BEAM-11074] Improve process for
adding GPG keys to KEYS.
add d750c7e Update Fastjson to 1.2.69
add f05f3f1 Merge pull request #13159 from sjvanrossum/update-fastjson
add d2980d9 [BEAM-7372] Remove py2 checks in setup.py packages (#13138)
add 47803de [BEAM-11101] Fix BigQuery snippets (#13167)
add 6c9b166 Make checkerframework qualifiers compile+runtime scope
add 6f3f340 Merge pull request #13169: [BEAM-10632] Make checkerframework
qualifiers compile+runtime scope
add 6ed7d0e [BEAM-9547] Add several simple methods to dataframes. (#13157)
add eaf6055 Update metric.py
add ff99573 Merge pull request #13172 from apache/ihji-patch-1
add a99c81c [BEAM-11078] Add splittable DoFn documentation to programming
guide (#13160)
add 0432f13 [BEAM-11092] Add protos for new process wide
HarnessMonitoringInfos, and BigQuery IO metrics
add 7eb0e95 Merge pull request #13163 from ajamato/bq_api_metrics_protos
No new revisions were added by this update.
Summary of changes:
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 8 +-
.../apache/beam/examples/snippets/Snippets.java | 245 ++++++++++++
.../fn-execution/src/main/proto/beam_fn_api.proto | 56 ++-
model/pipeline/src/main/proto/metrics.proto | 32 ++
.../src/main/scripts/preparation_before_release.sh | 52 +--
sdks/java/extensions/sql/build.gradle | 2 +-
sdks/python/apache_beam/dataframe/frames.py | 112 ++++--
.../apache_beam/dataframe/pandas_doctests_test.py | 10 +-
.../apache_beam/examples/snippets/snippets.py | 214 ++++++++++-
sdks/python/apache_beam/internal/metrics/metric.py | 2 +-
.../runners/portability/artifact_service.py | 18 +-
.../runners/portability/fn_api_runner/execution.py | 82 +++-
.../runners/portability/fn_api_runner/fn_runner.py | 121 ++++--
.../portability/fn_api_runner/translations.py | 25 +-
.../portability/fn_api_runner/worker_handlers.py | 137 ++++---
.../runners/portability/portable_runner.py | 17 +-
.../apache_beam/runners/portability/stager.py | 1 +
sdks/python/apache_beam/utils/profiler.py | 24 +-
sdks/python/mypy.ini | 14 -
sdks/python/setup.py | 33 +-
.../site/content/en/contribute/release-guide.md | 28 +-
.../content/en/documentation/programming-guide.md | 278 ++++++++++++++
.../partials/section-menu/en/documentation.html | 14 +
.../site/static/images/sdf_high_level_overview.svg | 415 +++++++++++++++++++++
24 files changed, 1663 insertions(+), 277 deletions(-)
create mode 100644 website/www/site/static/images/sdf_high_level_overview.svg