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/11/11 14:40:00 UTC

[beam] branch master updated (53c6212 -> 0178652)

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 53c6212  Merge pull request #10032: [BEAM-8585] Include path in error message in path_to_beam_jar
     add 6868333  [BEAM-8442] Update the client side implemetation of Fn API to make sure register is executed sucessfully before executing process_bundle
     add 79d21b1  [BEAM-8442] Remove duplicate code for bundle register in Python SDK harness
     add 0178652  Merge pull request #10004: [BEAM-8442] Unify bundle register in Python SDK harness

No new revisions were added by this update.

Summary of changes:
 .../control/RegisterAndProcessBundleOperation.java |  6 ++-
 .../fn/control/BeamFnMapTaskExecutorTest.java      | 24 +++++++---
 .../RegisterAndProcessBundleOperationTest.java     | 54 +++++++++-------------
 .../fnexecution/control/SdkHarnessClient.java      | 18 ++++----
 .../fnexecution/control/SdkHarnessClientTest.java  | 32 +++++++------
 .../apache_beam/runners/worker/sdk_worker.py       | 15 ++----
 6 files changed, 75 insertions(+), 74 deletions(-)