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

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

                Author: ASF GitHub Bot
            Created on: 04/Apr/22 20:04
            Start Date: 04/Apr/22 20:04
    Worklog Time Spent: 10m 
      Work Description: damccorm commented on code in PR #17265:
URL: https://github.com/apache/beam/pull/17265#discussion_r842095883


##########
sdks/go/pkg/beam/core/funcx/fn.go:
##########
@@ -631,6 +647,8 @@ func nextRetState(cur retState, transition ReturnKind) 
(retState, error) {
                return -1, errEventTimeRetPrecedence
        case RetValue, RetRTracker:
                return rsOutput, nil
+       case RetProcessContinuation:
+               return rsProcessContinuation, nil

Review Comment:
   That's good with me - I think its just these 2 lines we'd need to worry 
about, right?





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

    Worklog Id:     (was: 752487)
    Time Spent: 2h 40m  (was: 2.5h)

> [Go SDK] DoFn Self Checkpointing
> --------------------------------
>
>                 Key: BEAM-11104
>                 URL: https://issues.apache.org/jira/browse/BEAM-11104
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-go
>            Reporter: Robert Burke
>            Priority: P3
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> Allow SplittableDoFns to self checkpoint.
> (To be updated once [https://github.com/apache/beam/pull/13160] is merged and 
> the programming guide updated with SDF content.)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to