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/04/06 18:08:29 UTC

[beam] branch master updated (21d1414 -> 58c51bf)

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 21d1414  Merge pull request #11301 [BEAM-9688] Fixes platform-dependent assumptions in subprocess_server_test.py.
     add 58c51bf  [BEAM-8019] Python SDK support for cross-langauge pipelines in Dataflow. (#11185)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/coders/coders.py           |  57 ++++++++---
 .../apache_beam/coders/coders_test_common.py       |   2 +-
 sdks/python/apache_beam/coders/typecoders.py       |   3 +
 sdks/python/apache_beam/pipeline.py                | 108 +++++++++++++++++----
 .../runners/dataflow/dataflow_runner.py            |  67 ++++++++-----
 .../python/apache_beam/runners/pipeline_context.py |  14 ++-
 sdks/python/apache_beam/transforms/core.py         |  55 +++++++++--
 sdks/python/apache_beam/transforms/sideinputs.py   |   6 +-
 .../typehints/native_type_compatibility.py         |   7 ++
 9 files changed, 249 insertions(+), 70 deletions(-)