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/20 00:48:54 UTC

[beam] branch master updated (49b5192 -> 801af80)

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 49b5192  [BEAM-9547] Implement dataframes top, join, merge. (#12516)
     new af2f7af  [BEAM-9920] Enabling artifact staging for xlang transforms
     new 0c65ca3  documentation(beam/sdks/go): added apache license and function docstring
     new 891e775  fix(beam/sdks/go): correcting changed function name
     new 801af80  Merge pull request #12644 from [BEAM-9920] Enabling artifact staging for xlang transforms

The 28533 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 sdks/go/examples/xlang/wordcount/wordcount.go      |  4 +-
 sdks/go/pkg/beam/core/runtime/xlangx/resolve.go    | 70 ++++++++++++++++++++++
 .../pkg/beam/runners/universal/runnerlib/stage.go  |  3 +-
 sdks/go/pkg/beam/runners/universal/universal.go    |  3 +
 4 files changed, 77 insertions(+), 3 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/runtime/xlangx/resolve.go