You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/11/15 02:39:12 UTC

[beam] tag nightly-master updated (7aec62b -> 4fd7dfd)

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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.


*** WARNING: tag nightly-master was modified! ***

    from 7aec62b  (commit)
      to 4fd7dfd  (commit)
    from 7aec62b  Reshuffle in pd.read_* (#13346)
     add 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 +-----
 .../portability/fn_api_runner/translations.py      |  29 ++-
 .../portability/fn_api_runner/translations_test.py |  39 ++++
 10 files changed, 378 insertions(+), 310 deletions(-)
 delete mode 100644 sdks/go/pkg/beam/core/runtime/xlangx/translate.go