[
https://issues.apache.org/jira/browse/BEAM-9562?focusedWorklogId=414815&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-414815
]
ASF GitHub Bot logged work on BEAM-9562:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Apr/20 16:17
Start Date: 02/Apr/20 16:17
Worklog Time Spent: 10m
Work Description: lukecwik commented on 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 414815)
Time Spent: 9h 40m (was: 9.5h)
> Remove timer from PCollection and treat timers as Elements
> -----------------------------------------------------------
>
> Key: BEAM-9562
> URL: https://issues.apache.org/jira/browse/BEAM-9562
> Project: Beam
> Issue Type: New Feature
> Components: sdk-py-harness
> Reporter: Boyuan Zhang
> Assignee: Boyuan Zhang
> Priority: Major
> Time Spent: 9h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)