robertwb commented on a change in pull request #11314: [BEAM-9562] Send Timers
over Data Channel as Elements
URL: https://github.com/apache/beam/pull/11314#discussion_r405999089
##########
File path: sdks/python/apache_beam/runners/worker/data_plane.py
##########
@@ -354,15 +410,15 @@ def input_elements(self,
Args:
instruction_id(str): instruction_id for which data is read
- expected_transforms(collection): expected transforms
+ expected_inputs(collection): expected inputs, include both data and
timer.
"""
received = self._receiving_queue(instruction_id)
- done_transforms = set() # type: Set[str]
+ done_inputs = set() # type: Set[str]
Review comment:
update type hint
----------------------------------------------------------------
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