[ https://issues.apache.org/jira/browse/BEAM-11104?focusedWorklogId=778218&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-778218 ]
ASF GitHub Bot logged work on BEAM-11104: ----------------------------------------- Author: ASF GitHub Bot Created on: 03/Jun/22 17:35 Start Date: 03/Jun/22 17:35 Worklog Time Spent: 10m Work Description: jrmccluskey commented on code in PR #17956: URL: https://github.com/apache/beam/pull/17956#discussion_r889190683 ########## website/www/site/content/en/documentation/programming-guide.md: ########## @@ -6422,7 +6422,26 @@ resource utilization. {{< /highlight >}} {{< highlight go >}} -This is not supported yet, see BEAM-11104. +func (fn *splittableDoFn) ProcessElement(rt *sdf.LockRTracker, emit func(Record)) sdf.ProcessContinuation { Review Comment: This is a completely fictional IO since we don't actually have a robust native streaming IO, so there's nothing to compile. It's just modeled after the Python and Java versions. Issue Time Tracking ------------------- Worklog Id: (was: 778218) Time Spent: 27h 20m (was: 27h 10m) > [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 > Fix For: 2.40.0 > > Time Spent: 27h 20m > Remaining Estimate: 0h > > Allow SplittableDoFns to self checkpoint. > Design doc: > [https://docs.google.com/document/d/1_JbzjY9JR07ZK5v7PcZevUfzHPsqwzfV7W6AouNpMPk/edit?usp=sharing] > > Feature is written E2E and users will be able to return ProcessContinuations > from SDFs as of 2.39.0 but the full behavior has not been fully validated. An > integration test that validates self-checkpointing is working as-intended > will need to be written and passing before the feature is no longer > considered experimental and this ticket is marked as resolved. -- This message was sent by Atlassian Jira (v8.20.7#820007)