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

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

                Author: ASF GitHub Bot
            Created on: 24/Feb/19 19:00
            Start Date: 24/Feb/19 19:00
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on pull request #7819: 
[BEAM-6655] Initial support for progress reporting over the FnAPI.
URL: https://github.com/apache/beam/pull/7819#discussion_r259634049
 
 

 ##########
 File path: sdks/python/apache_beam/runners/worker/operations.py
 ##########
 @@ -212,6 +221,9 @@ def process(self, o):
   def try_split(self, fraction_of_remainder):
     return None
 
+  def current_element_progress(self):
+    return None
 
 Review comment:
   Will be overridden to be not None for SDFs ?
 
----------------------------------------------------------------
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 203285)
    Time Spent: 1h 20m  (was: 1h 10m)

> Support progress reporting over FnAPI
> -------------------------------------
>
>                 Key: BEAM-6655
>                 URL: https://issues.apache.org/jira/browse/BEAM-6655
>             Project: Beam
>          Issue Type: New Feature
>          Components: beam-model, sdk-java-harness, sdk-py-harness
>            Reporter: Robert Bradshaw
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>




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

Reply via email to