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

[beam] branch master updated: [BEAM-9503] Insert missing comma in process worker script.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0f7b6bd  [BEAM-9503] Insert missing comma in process worker script.
     new e9e0bcd  Merge pull request #11123 from ibzib/BEAM-9503
0f7b6bd is described below

commit 0f7b6bdf51eee739b912a4e85051d708735de093
Author: Kyle Weaver <kc...@google.com>
AuthorDate: Fri Mar 13 11:33:27 2020 -0700

    [BEAM-9503] Insert missing comma in process worker script.
---
 sdks/python/apache_beam/runners/worker/worker_pool_main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/runners/worker/worker_pool_main.py b/sdks/python/apache_beam/runners/worker/worker_pool_main.py
index 306d5dd..2fc3e1b 100644
--- a/sdks/python/apache_beam/runners/worker/worker_pool_main.py
+++ b/sdks/python/apache_beam/runners/worker/worker_pool_main.py
@@ -113,7 +113,7 @@ class BeamFnExternalWorkerPoolServicer(
             'SdkHarness('
             '"%s",'
             'worker_id="%s",'
-            'state_cache_size=%d'
+            'state_cache_size=%d,'
             'data_buffer_time_limit_ms=%d'
             ')'
             '.run()' % (