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/11/14 06:28:05 UTC

[beam] branch master updated (3d36122 -> 4fd7dfd)

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 3d36122  [BEAM-11196] Ensure parent of fused stages is not one of its transforms (#13303)
     add 4fd7dfd  [BEAM-11188] Refactor Go xlang expansion from runners to core. (#13325)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |  42 +++-
 sdks/go/pkg/beam/core/runtime/graphx/xlang.go      | 210 +++++++++++++++++++
 sdks/go/pkg/beam/core/runtime/xlangx/expand.go     |  69 ++++++-
 sdks/go/pkg/beam/core/runtime/xlangx/namespace.go  |   2 +-
 .../pkg/beam/core/runtime/xlangx/namespace_test.go |   4 +-
 sdks/go/pkg/beam/core/runtime/xlangx/translate.go  | 228 ---------------------
 sdks/go/pkg/beam/runners/universal/universal.go    |   6 -
 sdks/go/pkg/beam/xlang.go                          |  59 +-----
 8 files changed, 315 insertions(+), 305 deletions(-)
 delete mode 100644 sdks/go/pkg/beam/core/runtime/xlangx/translate.go