chadrik commented on a change in pull request #12881:
URL: https://github.com/apache/beam/pull/12881#discussion_r491723346
##########
File path: sdks/python/apache_beam/runners/worker/bundle_processor.py
##########
@@ -1619,7 +1633,7 @@ def _create_pardo_operation(
consumers,
output_tags)
if pardo_proto and pardo_proto.restriction_coder_id:
- result.input_info = (
+ result.input_info = operations.OpInputInfo(
Review comment:
Making this a NamedTuple added a bit of sanity, and should be completely
safe.
----------------------------------------------------------------
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]