You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/06/25 01:34:54 UTC

[GitHub] [beam] ihji commented on a change in pull request #12060: [BEAM-10218] Add FnApiRunner to cross-language validate runner test

ihji commented on a change in pull request #12060:
URL: https://github.com/apache/beam/pull/12060#discussion_r445260087



##########
File path: sdks/python/apache_beam/runners/portability/fn_api_runner/execution.py
##########
@@ -375,6 +375,8 @@ def get_all_side_inputs():
         for o in transform.outputs.values():
           if o in s.side_inputs():
             continue
+          if o in producing_stages_by_pcoll:

Review comment:
       Done.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org