You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2020/05/01 23:22:16 UTC

[beam] branch master updated (cfa4ffa9b -> 9bb2990)

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

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


    from cfa4ffa9b Merge pull request #11492 from mxm/BEAM-9801
     add 848875f  remove PipelineRunner.fromOptions call
     add 9da835c  [BEAM-2128] Remove dependency on PipelineRunner#fromOptions to stage files
     add 7df2627  Modify PipelineTest to check if exception is thrown on Pipeline run rather than on creation
     add 775bb7d  Call FileSystems.setDefaultPipelineOptions in BatchStatefulParDoOverridesTest
     add 9bb2990  [BEAM-2128] Remove PipelineRunner.fromOptions call (#11571)

No new revisions were added by this update.

Summary of changes:
 .../flink/FlinkPipelineExecutionEnvironment.java   | 11 ++++++++++
 .../org/apache/beam/runners/flink/FlinkRunner.java | 25 ----------------------
 .../dataflow/BatchStatefulParDoOverridesTest.java  |  5 +++++
 .../main/java/org/apache/beam/sdk/Pipeline.java    |  3 ---
 .../java/org/apache/beam/sdk/PipelineTest.java     | 15 +++++++++++--
 5 files changed, 29 insertions(+), 30 deletions(-)