You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ib...@apache.org on 2020/04/09 20:33:29 UTC

[beam] branch master updated (79b2d87 -> c245288)

This is an automated email from the ASF dual-hosted git repository.

ibzib pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 79b2d87  [BEAM-9085] Fix performance regression in SyntheticSource on Python 3 (#11092)
     new 7c46990  [BEAM-9726] [py] Make region optional for non-service Dataflow.
     new a32613f  [BEAM-9726] [java] Make region optional for non-service runner.
     new c245288  Merge pull request #11353 from ibzib/beam-9726

The 26472 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/beam/runners/dataflow/DataflowRunner.java | 12 +++++++++++-
 .../apache/beam/runners/dataflow/DataflowRunnerTest.java | 16 ++++++++++++++++
 .../apache_beam/options/pipeline_options_validator.py    |  2 +-
 .../options/pipeline_options_validator_test.py           | 13 +++++++++++++
 4 files changed, 41 insertions(+), 2 deletions(-)