[
https://issues.apache.org/jira/browse/BEAM-3742?focusedWorklogId=194600&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-194600
]
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_r253912048
##########
File path: sdks/python/apache_beam/io/restriction_trackers.py
##########
@@ -78,10 +78,11 @@ class OffsetRestrictionTracker(RestrictionTracker):
def __init__(self, start_position, stop_position):
self._range = OffsetRange(start_position, stop_position)
- self._current_position = None
+ self._current_position = None # start_position - 1?
Review comment:
It complicates the code paths below (and in my subsequent PR). This was a
thought to simplify things rather than having to special case None elsewhere.
I'll leave it out for now.
----------------------------------------------------------------
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: 194600)
Time Spent: 1.5h (was: 1h 20m)
> 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: 1.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)