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

[beam] branch master updated (1890696 -> 164bef3)

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

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


    from 1890696  Merge pull request #11546 from [BEAM-9832] Ensuring tags are not added to ProcessBundleDescriptors o…
     add 482bbc0  [BEAM-9824] Do not ignore chained Reshuffles on flink batch runner.
     new 164bef3  Merge pull request #11530: [BEAM-9824] Do not ignore chained Reshuffles on flink batch runner.

The 1 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/FlinkBatchTransformTranslators.java      |  12 ++-
 .../beam/runners/flink/batch/ReshuffleTest.java    | 104 +++++++++++++++++++++
 2 files changed, 113 insertions(+), 3 deletions(-)
 create mode 100644 runners/flink/src/test/java/org/apache/beam/runners/flink/batch/ReshuffleTest.java


[beam] 01/01: Merge pull request #11530: [BEAM-9824] Do not ignore chained Reshuffles on flink batch runner.

Posted by dm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 164bef38f6487e646a5a57e1db644dd882ee11ac
Merge: 1890696 482bbc0
Author: David Moravek <dm...@apache.org>
AuthorDate: Tue Apr 28 09:33:01 2020 +0200

    Merge pull request #11530: [BEAM-9824] Do not ignore chained Reshuffles on flink batch runner.

 .../flink/FlinkBatchTransformTranslators.java      |  12 ++-
 .../beam/runners/flink/batch/ReshuffleTest.java    | 104 +++++++++++++++++++++
 2 files changed, 113 insertions(+), 3 deletions(-)