You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lc...@apache.org on 2020/01/03 01:48:39 UTC

[beam] branch master updated (20ef57e -> 0851849)

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

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


    from 20ef57e  [BEAM-5605] Fix type used to describe channel splits to match type used on estimated_input_elements. (#10490)
     add 0851849  [BEAM-5605] Ensure that split calls are routed to the active bundle processor for the bundle id. (#10489)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/beam/fn/harness/FnHarness.java |  3 +
 .../fn/harness/control/ProcessBundleHandler.java   | 73 ++++++++++++++++++----
 .../harness/control/ProcessBundleHandlerTest.java  | 27 +++++++-
 3 files changed, 89 insertions(+), 14 deletions(-)