[
https://issues.apache.org/jira/browse/BEAM-2687?focusedWorklogId=145609&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-145609
]
ASF GitHub Bot logged work on BEAM-2687:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Sep/18 09:33
Start Date: 19/Sep/18 09:33
Worklog Time Spent: 10m
Work Description: robertwb commented on a change in pull request #6349:
[BEAM-2687] Implement State over the Fn API
URL: https://github.com/apache/beam/pull/6349#discussion_r218733618
##########
File path: sdks/python/apache_beam/transforms/core.py
##########
@@ -950,6 +957,10 @@ def to_runner_api_parameter(self, context):
spec=beam_runner_api_pb2.FunctionSpec(
urn=python_urns.PICKLED_DOFN_INFO,
payload=picked_pardo_fn_data)),
+ state_specs={spec.name: spec.to_runner_api(context)
+ for spec in state_specs},
+ timer_specs={spec.name: spec.to_runner_api(context)
+ for spec in timer_specs},
Review comment:
Eventually. I've had some more thoughts on that that I'v been meaning to
write up.
----------------------------------------------------------------
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: 145609)
Time Spent: 2h 10m (was: 2h)
> 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: 2h 10m
> 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)