robertwb commented on code in PR #30681: URL: https://github.com/apache/beam/pull/30681#discussion_r1534772640
########## 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: Consolidated. It's still good to have it in both places. -- 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