You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2020/05/16 01:45:43 UTC

[beam] branch master updated (bdd46e8 -> d299877)

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

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


    from bdd46e8  Merge pull request #11717 from Hannah-Jiang/new-doc
     add 849113b  [BEAM-9951] Creating a synthetic step for the Go SDK.
     add d299877  Merge pull request #11728: [BEAM-9951] Creating a synthetic step for the Go SDK.

No new revisions were added by this update.

Summary of changes:
 .../go/pkg/beam/io/synthetic/rand.go               |  21 +-
 sdks/go/pkg/beam/io/synthetic/source.go            |   9 +-
 sdks/go/pkg/beam/io/synthetic/source_test.go       |  10 +-
 sdks/go/pkg/beam/io/synthetic/step.go              | 192 ++++++++++++++++++
 sdks/go/pkg/beam/io/synthetic/step_test.go         | 222 +++++++++++++++++++++
 5 files changed, 433 insertions(+), 21 deletions(-)
 copy learning/katas/go/Core Transforms/Map/ParDo Struct/pkg/task/task.go => sdks/go/pkg/beam/io/synthetic/rand.go (69%)
 create mode 100644 sdks/go/pkg/beam/io/synthetic/step.go
 create mode 100644 sdks/go/pkg/beam/io/synthetic/step_test.go