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(-)

Reply via email to