You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2018/10/10 19:30:52 UTC

[beam] branch master updated (dc96860 -> 31a3e3e)

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

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


    from dc96860  Moving to 2.9.0-SNAPSHOT on master branch.
     add 577e0e4  Plumb names properly through streaming side input consuming DoFns and enforce that state families are always known
     new 31a3e3e  Merge pull request #6621: Plumb names properly through streaming side input consuming DoFns

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:
 .../worker/BeamFnMapTaskExecutorFactory.java       |  13 +-
 .../worker/StreamingModeExecutionContext.java      |  41 +++--
 ...nsertFetchAndFilterStreamingSideInputNodes.java |   9 +-
 .../beam/runners/dataflow/worker/graph/Nodes.java  |   7 +-
 .../worker/StreamingDataflowWorkerTest.java        | 197 +++++----------------
 .../worker/StreamingModeExecutionContextTest.java  |   4 +-
 ...tFetchAndFilterStreamingSideInputNodesTest.java |   4 +-
 .../runners/dataflow/worker/graph/NodesTest.java   |  11 +-
 8 files changed, 110 insertions(+), 176 deletions(-)


[beam] 01/01: Merge pull request #6621: Plumb names properly through streaming side input consuming DoFns

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

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

commit 31a3e3ec950318a62ddc4a8431a77e356128c72d
Merge: dc96860 577e0e4
Author: Kenn Knowles <ke...@kennknowles.com>
AuthorDate: Wed Oct 10 12:30:46 2018 -0700

    Merge pull request #6621: Plumb names properly through streaming side input consuming DoFns

 .../worker/BeamFnMapTaskExecutorFactory.java       |  13 +-
 .../worker/StreamingModeExecutionContext.java      |  41 +++--
 ...nsertFetchAndFilterStreamingSideInputNodes.java |   9 +-
 .../beam/runners/dataflow/worker/graph/Nodes.java  |   7 +-
 .../worker/StreamingDataflowWorkerTest.java        | 197 +++++----------------
 .../worker/StreamingModeExecutionContextTest.java  |   4 +-
 ...tFetchAndFilterStreamingSideInputNodesTest.java |   4 +-
 .../runners/dataflow/worker/graph/NodesTest.java   |  11 +-
 8 files changed, 110 insertions(+), 176 deletions(-)