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:25 UTC

[beam] branch master updated (a41b4d1 -> fbc76dd)

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 a41b4d1  Merge pull request #6830 Allow streaming update for Python on Dataflow.
     add d9b35a9  [BEAM-2717] Emit coders in generated protos.
     new fbc76dd  Merge pull request #6813 [BEAM-2717] Emit coders in generated protos.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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(-)


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

Posted by ro...@apache.org.
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(-)