scwhittle commented on code in PR #30681: URL: https://github.com/apache/beam/pull/30681#discussion_r1531597620
########## 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: Thanks! It would be good to have a unit test to verify it works as expected -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org