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

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

                Author: ASF GitHub Bot
            Created on: 31/May/19 21:04
            Start Date: 31/May/19 21:04
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on pull request #8641: [BEAM-7443] 
Create a BoundedSource -> SDF wrapper in Python SDK
URL: https://github.com/apache/beam/pull/8641#discussion_r289549631
 
 

 ##########
 File path: sdks/python/apache_beam/io/iobase.py
 ##########
 @@ -1180,15 +1180,47 @@ def check_done(self):
     raise NotImplementedError
 
   def try_split(self, fraction_of_remainder):
+    """Splits current restriction based on fraction_of_remainder.
+
+    Invoked when SDK receiving ProcessBundleSplitRequest during processing
+    bundle.
+
+    Args:
+      fraction_of_remainder: a fraction of (cur_pos, stop_pos).
 
 Review comment:
   fraction_of_remainder: A hint as to the fraction of work the primary 
restriction should represent based upon the current known remaining amount of 
work.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 252057)
    Time Spent: 3h 40m  (was: 3.5h)

>  BoundedSource->SDF needs a wrapper in Python SDK
> -------------------------------------------------
>
>                 Key: BEAM-7443
>                 URL: https://issues.apache.org/jira/browse/BEAM-7443
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-py-core
>            Reporter: Boyuan Zhang
>            Assignee: Boyuan Zhang
>            Priority: Major
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>




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

Reply via email to