This is an automated email from the ASF dual-hosted git repository.
altay 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 22df4a5 Change Dataflow Python containers
new f6ea889 Merge pull request #10696 from aaltay/typesandrels
22df4a5 is described below
commit 22df4a51ba10fb623ab0d9c318ae194782b99767
Author: Ahmet Altay <[email protected]>
AuthorDate: Mon Jan 27 14:52:15 2020 -0800
Change Dataflow Python containers
---
sdks/python/apache_beam/runners/dataflow/internal/names.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sdks/python/apache_beam/runners/dataflow/internal/names.py
b/sdks/python/apache_beam/runners/dataflow/internal/names.py
index e9b34d4..c24c5b0 100644
--- a/sdks/python/apache_beam/runners/dataflow/internal/names.py
+++ b/sdks/python/apache_beam/runners/dataflow/internal/names.py
@@ -40,10 +40,10 @@ SERIALIZED_SOURCE_KEY = 'serialized_source'
# Update this version to the next version whenever there is a change that will
# require changes to legacy Dataflow worker execution environment.
-BEAM_CONTAINER_VERSION = 'beam-master-20191220'
+BEAM_CONTAINER_VERSION = 'beam-master-20200127'
# Update this version to the next version whenever there is a change that
# requires changes to SDK harness container or SDK harness launcher.
-BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20191220'
+BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20200127'
# TODO(BEAM-5939): Remove these shared names once Dataflow worker is updated.
PICKLED_MAIN_SESSION_FILE = 'pickled_main_session'