lukecwik commented on a change in pull request #11199: [BEAM-9562] Update Timer
encoding with respect of dynamic timers
URL: https://github.com/apache/beam/pull/11199#discussion_r402438661
##########
File path: sdks/python/apache_beam/runners/worker/bundle_processor.py
##########
@@ -580,16 +580,36 @@ def __init__(self,
def set(self, ts):
ts = timestamp.Timestamp.of(ts)
+ # TODO(c): Plumb through actual timer fields.
Review comment:
```suggestion
# TODO(BEAM-9562): Plumb through actual timer fields.
```
----------------------------------------------------------------
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