You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Jack McCluskey (Jira)" <ji...@apache.org> on 2021/09/23 18:01:00 UTC

[jira] [Created] (BEAM-12946) [Go SDK] SmallestPerKey transform is broken, needs testing

Jack McCluskey created BEAM-12946:
-------------------------------------

             Summary: [Go SDK] SmallestPerKey transform is broken, needs testing
                 Key: BEAM-12946
                 URL: https://issues.apache.org/jira/browse/BEAM-12946
             Project: Beam
          Issue Type: Bug
          Components: sdk-go
            Reporter: Jack McCluskey
            Assignee: Jack McCluskey


The [SmallestPerKey transform|https://github.com/apache/beam/blob/9431cf5ff21d85d73a0acf69efa52c75364bcc97/sdks/go/pkg/beam/transforms/top/top.go#L97] is broken,  calling into a global combine instead of a per-key combine and leading to an error being thrown due to the input shape mismatch. The transform will need to be changed to run properly and have unit tests added to ensure it remains functional.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)