You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2019/06/07 09:05:00 UTC

[beam] branch master updated (94967b3 -> 9430d31)

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

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


    from 94967b3  Merge pull request #8771 Lookup split requests on transform id rather than constant string.
     add f3d2187  [BEAM-5664] Improve cancellation of portable pipelines
     new 9430d31  Merge pull request #8754: [BEAM-5664] Improve cancellation of portable pipelines

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:
 .../fnexecution/jobsubmission/JobInvocation.java   |  35 +++-
 .../jobsubmission/JobInvocationTest.java           | 192 +++++++++++++++++++++
 2 files changed, 220 insertions(+), 7 deletions(-)
 create mode 100644 runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/jobsubmission/JobInvocationTest.java


[beam] 01/01: Merge pull request #8754: [BEAM-5664] Improve cancellation of portable pipelines

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

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

commit 9430d31c2048ca2d6d549d27c37ee2e0c420e0bf
Merge: 94967b3 f3d2187
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Fri Jun 7 11:04:44 2019 +0200

    Merge pull request #8754: [BEAM-5664] Improve cancellation of portable pipelines

 .../fnexecution/jobsubmission/JobInvocation.java   |  35 +++-
 .../jobsubmission/JobInvocationTest.java           | 192 +++++++++++++++++++++
 2 files changed, 220 insertions(+), 7 deletions(-)