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 2021/10/13 16:36:50 UTC

[beam] branch master updated (cb6ca43 -> 7e896ba)

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 cb6ca43  Minor: Add base_func to Series.aggregate expression names (#15706)
     add 7e896ba  [BEAM-13013] Extend cross language expansion. (#15698)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/runtime/graphx/coder.go      |   9 +-
 sdks/go/pkg/beam/core/runtime/graphx/coder_test.go |  26 ++
 sdks/go/pkg/beam/core/runtime/graphx/translate.go  |   8 +-
 sdks/go/pkg/beam/core/runtime/pipelinex/util.go    |   8 +
 .../pkg/beam/core/runtime/pipelinex/util_test.go   |   9 +
 sdks/go/pkg/beam/core/runtime/xlangx/expand.go     |  60 +++--
 sdks/go/pkg/beam/core/runtime/xlangx/registry.go   | 277 +++++++++++++++++++++
 .../pkg/beam/core/runtime/xlangx/registry_test.go  |  76 ++++++
 sdks/go/pkg/beam/xlang.go                          |  14 ++
 9 files changed, 456 insertions(+), 31 deletions(-)
 create mode 100644 sdks/go/pkg/beam/core/runtime/xlangx/registry.go
 create mode 100644 sdks/go/pkg/beam/core/runtime/xlangx/registry_test.go