TheNeuralBit commented on code in PR #17761: URL: https://github.com/apache/beam/pull/17761#discussion_r883107104
########## sdks/python/apache_beam/runners/dataflow/internal/names.py: ########## @@ -36,10 +36,10 @@ # 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-20220512' +BEAM_CONTAINER_VERSION = 'beam-master-20220526' # 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-20220512' +BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20220526' Review Comment: I pushed a commit to bump the Dataflow container, since our internal worker code also had a few places where we re-entered `ScopedState` instances. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
