You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2019/01/31 10:44:22 UTC

[beam] branch master updated (2f997b7 -> 42d0918)

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

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


    from 2f997b7  Merge pull request #7436: Update design-your-pipeline.md
     new fe27329  [BEAM-4520] Warn when UnboundedSources are used without checkpointing
     new 8803821  [BEAM-4520] Add note on checkpointing of UnboundedSources
     new 42d0918  Merge pull request #7673: [BEAM-4520] Warn when UnboundedSources are used without checkpointing

The 19801 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:
 .../flink/FlinkPipelineExecutionEnvironment.java   | 13 ++++++-
 .../flink/PipelineTranslationModeOptimizer.java    | 16 ++++++++
 .../FlinkPipelineExecutionEnvironmentTest.java     | 44 +++++++++++++++++++++-
 website/src/documentation/runners/flink.md         |  3 ++
 4 files changed, 74 insertions(+), 2 deletions(-)