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 2022/10/18 15:05:02 UTC

[beam] branch master updated (78e1c0a0184 -> fac0d03fd56)

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 78e1c0a0184 [Go SDK] Dataframe API wrapper  (#23450)
     add fac0d03fd56 [Go SDK]: Adds Automated Python Expansion Service (#23582)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/core/runtime/xlangx/expand.go     | 71 +++++++++++++++++++++
 .../xlangx/{payload_test.go => expand_test.go}     | 31 ++++------
 .../core/runtime/xlangx/expansionx/download.go     | 72 +++++++++++++++++++++-
 .../beam/core/runtime/xlangx/expansionx/process.go | 21 ++++++-
 .../core/runtime/xlangx/expansionx/process_test.go |  4 +-
 sdks/go/pkg/beam/core/runtime/xlangx/registry.go   | 17 ++++-
 6 files changed, 189 insertions(+), 27 deletions(-)
 copy sdks/go/pkg/beam/core/runtime/xlangx/{payload_test.go => expand_test.go} (64%)