[
https://issues.apache.org/jira/browse/BEAM-11104?focusedWorklogId=757064&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-757064
]
ASF GitHub Bot logged work on BEAM-11104:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Apr/22 16:26
Start Date: 14/Apr/22 16:26
Worklog Time Spent: 10m
Work Description: jrmccluskey commented on code in PR #17334:
URL: https://github.com/apache/beam/pull/17334#discussion_r850610142
##########
sdks/go/pkg/beam/core/graph/edge.go:
##########
@@ -426,8 +426,14 @@ func newDoFnNode(op Opcode, g *Graph, s *Scope, u *DoFn,
in []*Node, rc *coder.C
for i := 0; i < len(in); i++ {
edge.Input = append(edge.Input, &Inbound{Kind: kinds[i], From:
in[i], Type: inbound[i]})
}
+ continuation := false
+ // u.Fn is not guaranteed to be non-nil
+ if u.Fn != nil {
Review Comment:
Ah I see, that simplifies things a little bit. That should do it then
Issue Time Tracking
-------------------
Worklog Id: (was: 757064)
Time Spent: 11h 50m (was: 11h 40m)
> [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
> Assignee: Jack McCluskey
> Priority: P3
> Time Spent: 11h 50m
> Remaining Estimate: 0h
>
> Allow SplittableDoFns to self checkpoint.
> Design doc:
> https://docs.google.com/document/d/1_JbzjY9JR07ZK5v7PcZevUfzHPsqwzfV7W6AouNpMPk/edit?usp=sharing
--
This message was sent by Atlassian Jira
(v8.20.1#820001)