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/08/19 22:56:00 UTC

[beam] branch master updated (1c6b07c -> 1b6b60e)

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 1c6b07c  Merge pull request #12636 from lukecwik/beam9979
     add a673e34  [BEAM-9919] Refining xlang types and wrappers
     add 1b6b60e  Merge pull request #12632 [BEAM-9919] Refining xlang types and wrappers

No new revisions were added by this update.

Summary of changes:
 .../wordcount/{xlang_wordcount.go => wordcount.go} |   0
 sdks/go/pkg/beam/core/graph/edge.go                |  50 ++++---
 sdks/go/pkg/beam/core/graph/xlang.go               | 143 +++++++++------------
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |  20 +--
 sdks/go/pkg/beam/core/runtime/graphx/xlang.go      |  54 ++++++++
 sdks/go/pkg/beam/core/runtime/xlangx/translate.go  |  45 +++----
 sdks/go/pkg/beam/xlang.go                          |  71 +++++-----
 7 files changed, 222 insertions(+), 161 deletions(-)
 rename sdks/go/examples/xlang/wordcount/{xlang_wordcount.go => wordcount.go} (100%)
 create mode 100644 sdks/go/pkg/beam/core/runtime/graphx/xlang.go