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

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_r219439803
 
 

 ##########
 File path: sdks/python/apache_beam/runners/portability/fn_api_runner.py
 ##########
 @@ -254,6 +254,7 @@ def __init__(self, name, transforms,
         self.transforms = transforms
         self.downstream_side_inputs = downstream_side_inputs
         self.must_follow = must_follow
+        self.timers = []
 
 Review comment:
   It would be a lot easier to follow if this class docstring had comments on 
the expected types of these arguments / attributes.

----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 146300)
    Time Spent: 4h 20m  (was: 4h 10m)

> 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: 4h 20m
>  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