[
https://issues.apache.org/jira/browse/BEAM-9562?focusedWorklogId=419957&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-419957
]
ASF GitHub Bot logged work on BEAM-9562:
----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Apr/20 02:01
Start Date: 10/Apr/20 02:01
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #11373: [BEAM-9562]
Update Element.timer to Element.timers
URL: https://github.com/apache/beam/pull/11373#discussion_r406567717
##########
File path: model/fn-execution/src/main/proto/beam_fn_api.proto
##########
@@ -516,7 +516,7 @@ message Elements {
repeated Data data = 1;
// (Optional) A list of timer byte streams.
- repeated Timer timer = 2;
+ repeated Timer timers = 2;
Review comment:
@robertwb did you want to rename this field or the proto message Timer ->
Timers or both?
----------------------------------------------------------------
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: 419957)
Time Spent: 21h (was: 20h 50m)
> 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-java-harness, sdk-py-harness
> Reporter: Boyuan Zhang
> Assignee: Boyuan Zhang
> Priority: Major
> Fix For: 2.21.0
>
> Time Spent: 21h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)