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 2023/04/04 14:55:39 UTC

[beam] branch master updated (c6f2ad2a0ef -> 32269b2abb0)

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 c6f2ad2a0ef Fix compatibility with dill 0.3.6. #26086
     add 32269b2abb0 [#26061][Go SDK] Return server error on stream close for artifact upload. (#26062)

No new revisions were added by this update.

Summary of changes:
 sdks/go/pkg/beam/artifact/stage.go                 |  14 +-
 .../pkg/beam/runners/universal/runnerlib/stage.go  |  57 +++++--
 .../beam/runners/universal/runnerlib/stage_test.go | 173 +++++++++++++++++++++
 3 files changed, 228 insertions(+), 16 deletions(-)
 create mode 100644 sdks/go/pkg/beam/runners/universal/runnerlib/stage_test.go