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 2020/02/24 16:24:08 UTC

[beam] branch master updated (c14a185 -> 58656c6)

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 c14a185  Merge pull request #10937 [BEAM-8019] Branch on having multiple environments.
     add 742c570  Add some standard requirement URNs to the protos.
     add 25dccdb  [BEAM-9340] Populate requirements for Python DoFn properties.
     add 58656c6  Merge pull request #10909 [BEAM-9340] Populate requirements for Python DoFn properties.

No new revisions were added by this update.

Summary of changes:
 .../src/main/proto/beam_expansion_api.proto        |  4 ++
 .../pipeline/src/main/proto/beam_runner_api.proto  | 48 +++++++++++++++++++--
 sdks/python/apache_beam/pipeline.py                |  7 ++-
 sdks/python/apache_beam/pipeline_test.py           | 11 +++++
 sdks/python/apache_beam/portability/common_urns.py |  2 +
 sdks/python/apache_beam/runners/common.py          | 13 ++++++
 .../python/apache_beam/runners/pipeline_context.py | 11 ++++-
 .../runners/portability/expansion_service.py       |  3 +-
 .../runners/portability/fn_api_runner.py           | 50 ++++++++++++++++++++++
 sdks/python/apache_beam/transforms/core.py         | 15 +++++--
 sdks/python/apache_beam/transforms/external.py     |  4 ++
 11 files changed, 157 insertions(+), 11 deletions(-)