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 2018/10/26 09:33:26 UTC

[beam] 01/01: Merge pull request #6813 [BEAM-2717] Emit coders in generated protos.

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

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

commit fbc76ddd92ae5d7e66b4333e7f3ee36fe20459c5
Merge: a41b4d1 d9b35a9
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Fri Oct 26 11:33:19 2018 +0200

    Merge pull request #6813 [BEAM-2717] Emit coders in generated protos.
    
    [BEAM-2717] Emit coders in generated protos.

 sdks/python/apache_beam/pipeline.py                | 35 ++++++++++++++++++++--
 sdks/python/apache_beam/pipeline_test.py           |  3 +-
 sdks/python/apache_beam/pvalue.py                  |  2 +-
 .../runners/dataflow/dataflow_runner.py            |  8 -----
 .../runners/interactive/interactive_runner.py      |  4 +--
 .../runners/interactive/pipeline_analyzer.py       |  3 +-
 .../runners/interactive/pipeline_analyzer_test.py  |  4 +--
 .../python/apache_beam/runners/pipeline_context.py | 15 +++++++++-
 .../runners/portability/fn_api_runner.py           | 21 +++++--------
 sdks/python/apache_beam/transforms/core.py         | 13 ++++++++
 sdks/python/apache_beam/transforms/ptransform.py   |  3 ++
 11 files changed, 78 insertions(+), 33 deletions(-)