robertwb commented on code in PR #30681:
URL: https://github.com/apache/beam/pull/30681#discussion_r1534772378
##########
sdks/python/apache_beam/runners/common.py:
##########
@@ -1941,3 +1945,64 @@ def validate_transform(transform_id):
for t in pipeline_proto.root_transform_ids:
validate_transform(t)
+
+
+def merge_common_environments(pipeline_proto):
Review Comment:
Added a couple of tests as well as verifying manually on more complex
pipelines.
--
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]