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_r405998237
##########
File path: sdks/python/apache_beam/runners/worker/data_plane.py
##########
@@ -274,20 +301,47 @@ def inverse(self):
return self._inverse
def input_elements(self,
- instruction_id, # type: str
- unused_expected_transforms=None, # type:
Optional[Collection[str]]
- abort_callback=None # type: Optional[Callable[[], bool]]
- ):
- # type: (...) -> Iterator[beam_fn_api_pb2.Elements.Data]
+ instruction_id, # type: str
+ unused_expected_inputes=None, # type: Collection[str]
Review comment:
inputes -> inputs
----------------------------------------------------------------
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