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_r406467481
##########
File path:
sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py
##########
@@ -987,8 +1019,10 @@ def __init__(
def process_bundle(self,
inputs, # type: Mapping[str, PartitionableBuffer]
- expected_outputs # type: DataOutput
- ):
+ expected_outputs, # type: DataOutput
+ fired_timers, # type: Mapping[str, Mapping[str,
PartitionableBuffer]]
Review comment:
For consistency, should this be a `Mapping[Tuple[str, str],
PartitionableBuffer]`?
----------------------------------------------------------------
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