Tomas Roos created BEAM-5354:
--------------------------------
Summary: Side Inputs seems to be non-working in the sdk-go
Key: BEAM-5354
URL: https://issues.apache.org/jira/browse/BEAM-5354
Project: Beam
Issue Type: Bug
Components: sdk-go
Reporter: Tomas Roos
Assignee: Robert Burke
Running the contains example fails with
{code:java}
Output i0 for step was not found.
{code}
This is because of the call to debug.Head (which internally uses SideInput)
Removing the following line
[https://github.com/apache/beam/blob/master/sdks/go/examples/contains/contains.go#L50]
The pipeline executes well.
Executed on id's
go-job-1-1536664417610678545
vs
go-job-1-1536664934354466938
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)