[ 
https://issues.apache.org/jira/browse/BEAM-2687?focusedWorklogId=146301&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-146301
 ]

ASF GitHub Bot logged work on BEAM-2687:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Sep/18 09:45
            Start Date: 21/Sep/18 09:45
    Worklog Time Spent: 10m 
      Work Description: charlesccychen commented on a change in pull request 
#6433: [BEAM-2687] Implement Timers over the Fn API.
URL: https://github.com/apache/beam/pull/6433#discussion_r219439446
 
 

 ##########
 File path: sdks/python/apache_beam/runners/portability/fn_api_runner.py
 ##########
 @@ -849,6 +850,52 @@ def fuse(producer, consumer):
         stage.deduplicate_read()
       return final_stages
 
+    def inject_timer_pcollections(stages):
+      for stage in stages:
+        for transform in list(stage.transforms):
 
 Review comment:
   Why do we need this explicit cast?  (I assume this is a set?)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 146301)
    Time Spent: 4.5h  (was: 4h 20m)

> Python SDK support for Stateful Processing
> ------------------------------------------
>
>                 Key: BEAM-2687
>                 URL: https://issues.apache.org/jira/browse/BEAM-2687
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-py-core
>            Reporter: Ahmet Altay
>            Assignee: Charles Chen
>            Priority: Major
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> Python SDK should support stateful processing 
> (https://beam.apache.org/blog/2017/02/13/stateful-processing.html)
> In the meantime, runner capability matrix should be updated to show the lack 
> of this feature 
> (https://beam.apache.org/documentation/runners/capability-matrix/)
> Use this as an umbrella issue for all related issues.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to