You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Bill Neubauer (JIRA)" <ji...@apache.org> on 2018/01/12 19:01:01 UTC

[jira] [Created] (BEAM-3473) Go SDK: GroupByKey outputs cause the SDK harness to panic

Bill Neubauer created BEAM-3473:
-----------------------------------

             Summary: Go SDK: GroupByKey outputs cause the SDK harness to panic
                 Key: BEAM-3473
                 URL: https://issues.apache.org/jira/browse/BEAM-3473
             Project: Beam
          Issue Type: Bug
          Components: sdk-go
            Reporter: Bill Neubauer
            Assignee: Bill Neubauer


https://github.com/apache/beam/blob/go-sdk/sdks/go/pkg/beam/core/runtime/exec/fn.go#L81

The call to makeIter returns the ReusableInput, but Init() has not been called on it. While this will be called for side inputs, this isn't happening in the main input case, and causes a panic when the function is called from user code.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)