kennknowles commented on code in PR #24037:
URL: https://github.com/apache/beam/pull/24037#discussion_r1018289265


##########
sdks/python/apache_beam/pipeline.py:
##########
@@ -1285,7 +1285,8 @@ def named_inputs(self):
           self.main_inputs, self.side_inputs)
       if not self.parts:
         for name, pc_out in self.outputs.items():
-          if pc_out.producer is not self:
+          if pc_out.producer is not self and pc_out not in named_inputs.values(

Review Comment:
   Is this a bug fix that might be best served as a separate commit? Etc 
elsewhere



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

Reply via email to