[
https://issues.apache.org/jira/browse/BEAM-9562?focusedWorklogId=419793&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-419793
]
ASF GitHub Bot logged work on BEAM-9562:
----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Apr/20 21:34
Start Date: 09/Apr/20 21:34
Worklog Time Spent: 10m
Work Description: boyuanzz commented on pull request #11314: [BEAM-9562]
Send Timers over Data Channel as Elements
URL: https://github.com/apache/beam/pull/11314#discussion_r406490454
##########
File path: sdks/python/apache_beam/transforms/core.py
##########
@@ -1272,6 +1272,8 @@ def expand(self, pcoll):
key_coder = coder.key_coder()
else:
key_coder = coders.registry.get_coder(typehints.Any)
+ self.window_coder = pcoll.windowing.windowfn.get_window_coder()
Review comment:
No. Will removed.
----------------------------------------------------------------
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: 419793)
Time Spent: 19h 50m (was: 19h 40m)
> 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: 19h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)