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/04/15 23:04:10 UTC

[beam] branch master updated (4e6bfd0 -> 8c9605f)

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 4e6bfd0  Merge pull request #14550 [BEAM-12170] Handle duplicate metrics due to flatten unzipping.
     add dc90a77  Add runner capabilities to Beam model proto.
     add 69a41e1  Runner Capabilities, go proto.
     add 1fa1bb9  Plumb runner capabilities to Beam SDKs.
     add 35759a7  Fix one more usage.
     add 8c9605f  Merge pull request #14513 Allow the declaration of runner capabilities over FnAPI.

No new revisions were added by this update.

Summary of changes:
 .../src/main/proto/beam_provision_api.proto        |  4 ++
 .../environment/EmbeddedEnvironmentFactory.java    |  2 +
 .../fnexecution/control/RemoteExecutionTest.java   |  1 +
 .../runners/portability/ExternalWorkerService.java |  2 +
 .../model/fnexecution_v1/beam_provision_api.pb.go  | 55 +++++++++++++---------
 sdks/java/container/boot.go                        |  1 +
 .../java/org/apache/beam/fn/harness/FnHarness.java | 16 +++++++
 sdks/python/container/boot.go                      |  1 +
 8 files changed, 61 insertions(+), 21 deletions(-)