You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2020/06/05 15:59:56 UTC

[beam] branch master updated (b1aa4d1 -> 1594c5a)

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from b1aa4d1  Merge pull request #11921 from ibzib/BEAM-10194
     add 1594c5a  [BEAM-9679] Add CombineFn to Core Transforms (#11883)

No new revisions were added by this update.

Summary of changes:
 .../{Map/ParDo => Combine/CombineFn}/cmd/main.go   |  4 +-
 .../Combine/{Simple Function => CombineFn}/go.mod  |  6 +--
 .../CoGroupByKey => Combine/CombineFn}/go.sum      | 62 ++++++++++++++++------
 .../CombineFn}/pkg/task/task.go                    | 34 +++++++++---
 .../CombineFn}/task-info.yaml                      | 28 ++++++----
 .../Combine/CombineFn/task-remote-info.yaml        |  2 +
 .../Combine/{Simple Function => CombineFn}/task.md | 22 +++++---
 .../test/task_test.go                              |  6 +--
 .../go/Core Transforms/Combine/lesson-info.yaml    |  1 +
 learning/katas/go/course-remote-info.yaml          |  2 +-
 10 files changed, 116 insertions(+), 51 deletions(-)
 copy learning/katas/go/Core Transforms/{Map/ParDo => Combine/CombineFn}/cmd/main.go (95%)
 copy learning/katas/go/Core Transforms/Combine/{Simple Function => CombineFn}/go.mod (88%)
 copy learning/katas/go/Core Transforms/{CoGroupByKey/CoGroupByKey => Combine/CombineFn}/go.sum (87%)
 copy learning/katas/go/Core Transforms/{Map/ParDo OneToMany => Combine/CombineFn}/pkg/task/task.go (59%)
 copy learning/katas/go/Core Transforms/{Map/ParDo Struct => Combine/CombineFn}/task-info.yaml (82%)
 create mode 100644 learning/katas/go/Core Transforms/Combine/CombineFn/task-remote-info.yaml
 copy learning/katas/go/Core Transforms/Combine/{Simple Function => CombineFn}/task.md (60%)
 copy learning/katas/go/Core Transforms/Combine/{Simple Function => CombineFn}/test/task_test.go (92%)