This is an automated email from the ASF dual-hosted git repository.
amaliujia pushed a commit to branch release-2.20.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.20.0 by this push:
new 8c4e1e4 [BEAM-9503] Insert missing comma in process worker script.
8c4e1e4 is described below
commit 8c4e1e404cd378ec544d5879c81a9a3c07f1473f
Author: Kyle Weaver <[email protected]>
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()' % (