chamikaramj commented on code in PR #30681:
URL: https://github.com/apache/beam/pull/30681#discussion_r1531155798
##########
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:
Does this make the merge logic at the following location obsolete ?
https://github.com/apache/beam/blob/fb7ba65e2236f3dd871b6e492afc07249a4a5c49/sdks/python/apache_beam/pipeline.py#L964
--
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]