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 2021/10/12 03:56:22 UTC

[beam] tag nightly-master updated (95d3ac6 -> c8e7a4c)

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 95d3ac6  (commit)
      to c8e7a4c  (commit)
    from 95d3ac6  Merge pull request #15649 from [BEAM-12964] [Playground] Add code editor text field
     add 1859043  [BEAM-12371][BEAM-12373] Fixed page navigation
     add e83193a  Merge pull request #15686 from roger-mike/fix/page-nav
     add 651388f  [BEAM-12960] Add extra context for structural DoFn ProcessElement error (#15703)
     add eabfc15  [BEAM-12694] Include datetime in dicom test dataset name.
     add d2b785a  Merge pull request #15697 from ibzib/BEAM-12694
     add 36cc7b4  [BEAM-12875] Register file systems in SparkExecutableStageFunction
     add 38305d9  Merge pull request #15502 from meowcakes/register_filesystems_for_artifact_retrieval_service
     add c8e7a4c  Release 2.33 documentation update (#15543)

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |  23 ++--
 .../SparkBatchPortablePipelineTranslator.java      |   2 +
 .../translation/SparkExecutableStageFunction.java  |  11 ++
 .../SparkStreamingPortablePipelineTranslator.java  |   1 +
 .../SparkExecutableStageFunctionTest.java          |   5 +
 sdks/go/pkg/beam/core/graph/fn.go                  |   6 +
 .../apache_beam/io/gcp/dicomio_integration_test.py |   4 +-
 website/www/site/assets/scss/_page-nav.scss        |   2 +-
 website/www/site/config.toml                       |   2 +-
 website/www/site/content/en/blog/beam-2.33.0.md    | 150 +++++++++++++++++++++
 .../www/site/content/en/get-started/downloads.md   |   8 ++
 website/www/site/static/.htaccess                  |   2 +-
 website/www/site/static/js/page-nav.js             | 128 +++++++++---------
 13 files changed, 264 insertions(+), 80 deletions(-)
 create mode 100644 website/www/site/content/en/blog/beam-2.33.0.md