robertwb commented on code in PR #30681:
URL: https://github.com/apache/beam/pull/30681#discussion_r1531179623


##########
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:
   Ah, yes, it looks like it does. (That code didn't seem to be working, as I 
was definitely seeing environments that needed deduplication, but perhaps I 
should merge the two.)



-- 
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

Reply via email to