[
https://issues.apache.org/jira/browse/BEAM-3742?focusedWorklogId=194602&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-194602
]
ASF GitHub Bot logged work on BEAM-3742:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Feb/19 15:36
Start Date: 05/Feb/19 15:36
Worklog Time Spent: 10m
Work Description: robertwb commented on pull request #7722: [BEAM-3742]
Checkpointing for SDF over FnAPI in Python SDK and FnApiRunner.
URL: https://github.com/apache/beam/pull/7722#discussion_r253912728
##########
File path: sdks/python/apache_beam/io/restriction_trackers.py
##########
@@ -126,6 +127,7 @@ def try_claim(self, position):
return False
+ # TODO(SDF): Re-use try_split(0).
Review comment:
`try_split(keep_fraction=0.0)` is a synonym for checkpoint, we should get
rid of the redundancy. Removing comment until try_split is actually added.
----------------------------------------------------------------
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: 194602)
Time Spent: 1h 50m (was: 1h 40m)
> Support for running a streaming SDF in Python SDK
> -------------------------------------------------
>
> Key: BEAM-3742
> URL: https://issues.apache.org/jira/browse/BEAM-3742
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-harness
> Reporter: Eugene Kirpichov
> Assignee: Chamikara Jayalath
> Priority: Major
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)