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/09/03 22:50:59 UTC

[beam] branch master updated (421ba99 -> d963563)

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 421ba99  Badge fixes in README and PR Template (#12769)
     new 277b499  [BEAM-10849] Test that default Dataflow region option is set.
     new 0542e26  [BEAM-10849] Refactor to fix DataflowRunnerTest mocks.
     new d963563  Merge pull request #12763 from ibzib/default-region-missing

The 28721 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:
 .../dataflow/options/DataflowPipelineOptions.java  |  65 ---------
 .../dataflow/options/DefaultGcpRegionFactory.java  |  89 +++++++++++++
 .../beam/runners/dataflow/DataflowRunnerTest.java  | 147 +++++++++++++--------
 .../options/DataflowPipelineOptionsTest.java       |   1 -
 4 files changed, 180 insertions(+), 122 deletions(-)
 create mode 100644 runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DefaultGcpRegionFactory.java