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

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_r253914026
 
 

 ##########
 File path: sdks/python/apache_beam/runners/portability/flink_runner_test.py
 ##########
 @@ -211,6 +211,9 @@ def process(self, v):
                 counter_name, line)
         )
 
+    def test_sdf(self):
+      raise unittest.SkipTest("BEAM-2939")
 
 Review comment:
   Flink simply drops anything in the residual_roots field in 
ProcessBundleResponse 
https://github.com/apache/beam/blob/release-2.10.0/model/fn-execution/src/main/proto/beam_fn_api.proto#L290
 . These need to be replayed back to the bundle to process the remainder.  
 
----------------------------------------------------------------
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: 194598)
    Time Spent: 1h 10m  (was: 1h)

> 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 10m
>  Remaining Estimate: 0h
>




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

Reply via email to