[GitHub] [beam] damondouglas commented on a change in pull request #11883: [BEAM-9679] Add CombineFn to Core Transforms

2020-06-04 Thread GitBox
damondouglas commented on a change in pull request #11883: URL: https://github.com/apache/beam/pull/11883#discussion_r435349866 ## File path: learning/katas/go/Core Transforms/Combine/CombineFn/pkg/task/task.go ## @@ -47,9 +47,9 @@ func (c *averageFn) MergeAccumulators(accumA,

[GitHub] [beam] damondouglas commented on a change in pull request #11883: [BEAM-9679] Add CombineFn to Core Transforms

2020-06-04 Thread GitBox
damondouglas commented on a change in pull request #11883: URL: https://github.com/apache/beam/pull/11883#discussion_r435303784 ## File path: learning/katas/go/Core Transforms/Combine/CombineFn/pkg/task/task.go ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Software Foundation