[
https://issues.apache.org/jira/browse/BEAM-14505?focusedWorklogId=774803&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-774803
]
ASF GitHub Bot logged work on BEAM-14505:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 25/May/22 20:41
Start Date: 25/May/22 20:41
Worklog Time Spent: 10m
Work Description: jrmccluskey commented on code in PR #17747:
URL: https://github.com/apache/beam/pull/17747#discussion_r882097610
##########
sdks/go/pkg/beam/runners/dataflow/dataflow_test.go:
##########
@@ -197,3 +197,50 @@ func TestGetJobOptions_DockerNoImage(t *testing.T) {
t.Fatalf("getContainerImage() = %q, want %q", got, want)
}
}
+
+func TestGetJobOptions_MappingNoUpdate(t *testing.T) {
Review Comment:
Done.
Issue Time Tracking
-------------------
Worklog Id: (was: 774803)
Time Spent: 1h 10m (was: 1h)
> Add Dataflow streaming pipeline update support to the Go SDK
> ------------------------------------------------------------
>
> Key: BEAM-14505
> URL: https://issues.apache.org/jira/browse/BEAM-14505
> Project: Beam
> Issue Type: Improvement
> Components: sdk-go
> Reporter: Jack McCluskey
> Assignee: Jack McCluskey
> Priority: P2
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Add support for updating streaming pipelines on Dataflow, allowing Go SDK
> users to follow the same processes as users of the Java and Python SDKs. See
> [https://cloud.google.com/dataflow/docs/guides/updating-a-pipeline] for
> information on how the user experience works for those SDKs.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)