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/10 21:24:11 UTC

[beam] branch master updated (57487dc -> d5dd47b)

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 57487dc  Merge pull request #11935 [BEAM-9577] Remove use of legacy artifact service in Python.
     add d5dd47b  [BEAM-9679] Add CombinePerKey to Core Transforms Go Katas (#11936)

No new revisions were added by this update.

Summary of changes:
 .../Combine PerKey}/cmd/main.go                    | 10 ++++--
 .../{Simple Function => Combine PerKey}/go.mod     |  4 +--
 .../{Simple Function => Combine PerKey}/go.sum     |  5 +--
 .../Combine PerKey}/pkg/task/task.go               | 11 ++++--
 .../Combine PerKey}/task-info.yaml                 |  4 +--
 .../Combine/Combine PerKey/task-remote-info.yaml   |  2 ++
 .../Core Transforms/Combine/Combine PerKey/task.md | 24 ++++++-------
 .../Combine PerKey}/test/task_test.go              | 40 ++++++++++++----------
 .../go/Core Transforms/Combine/lesson-info.yaml    |  1 +
 learning/katas/go/course-remote-info.yaml          |  2 +-
 10 files changed, 60 insertions(+), 43 deletions(-)
 copy learning/katas/go/Core Transforms/{GroupByKey/GroupByKey => Combine/Combine PerKey}/cmd/main.go (84%)
 copy learning/katas/go/Core Transforms/Combine/{Simple Function => Combine PerKey}/go.mod (94%)
 copy learning/katas/go/Core Transforms/Combine/{Simple Function => Combine PerKey}/go.sum (99%)
 copy learning/katas/go/Core Transforms/{GroupByKey/GroupByKey => Combine/Combine PerKey}/pkg/task/task.go (85%)
 copy learning/katas/go/Core Transforms/{CoGroupByKey/CoGroupByKey => Combine/Combine PerKey}/task-info.yaml (97%)
 create mode 100644 learning/katas/go/Core Transforms/Combine/Combine PerKey/task-remote-info.yaml
 copy learning/katas/{python => go}/Core Transforms/Combine/Combine PerKey/task.md (54%)
 copy learning/katas/go/Core Transforms/{GroupByKey/GroupByKey => Combine/Combine PerKey}/test/task_test.go (64%)