robertwb commented on a change in pull request #11314: [WIP] Send Timers over
Data Channel as Elements
URL: https://github.com/apache/beam/pull/11314#discussion_r405102421
##########
File path: sdks/python/apache_beam/pipeline.py
##########
@@ -1071,6 +1071,14 @@ def named_inputs(self):
}
return dict(main_inputs, **side_inputs)
+ def main_inputs(self):
Review comment:
Generic transforms don't have the notion of main inputs, let's filter things
out in the implementation in ParDo.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services