You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2021/10/15 20:58:01 UTC

[beam] branch master updated (83bd5d7 -> 802e174)

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

robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 83bd5d7  [BEAM-11480] Use snippets for DataFrame examples (#15600)
     add 802e174  Allow multiple Python worker processe to share the same VM. (#15642)

No new revisions were added by this update.

Summary of changes:
 .../src/main/proto/beam_provision_api.proto        |  5 ++
 .../pipeline/src/main/proto/beam_runner_api.proto  |  5 ++
 .../model/fnexecution_v1/beam_provision_api.pb.go  | 65 +++++++++++++---------
 sdks/go/pkg/beam/util/execx/exec.go                | 12 ++++
 .../runners/dataflow/dataflow_runner_test.py       |  4 +-
 sdks/python/apache_beam/transforms/environments.py |  6 +-
 .../apache_beam/transforms/environments_test.py    |  3 +-
 sdks/python/container/boot.go                      | 31 +++++++----
 8 files changed, 90 insertions(+), 41 deletions(-)