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 2023/08/09 23:06:07 UTC

[beam] branch master updated (0a7b99966cb -> 1755dd5c6a2)

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 0a7b99966cb Exclude StorageApiSinkSchemaUpdate integration tests from dataflow postcommit (#27928)
     add b333268304c Remove more legacy Runner v1 cruft.
     add 27c7cb351f8 Make runner entrypoint more portable.
     add c65c703ac4a Rename run_full_pipeline to run_portable_pipeline.
     new 1755dd5c6a2 Merge pull request #27512 Remove more legacy Runner v1 cruft.

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/portability/python_urns.py |   4 +
 .../runners/portability/expansion_service.py       |   4 +-
 .../runners/portability/flink_runner.py            |  10 +-
 .../portability/fn_api_runner/fn_runner_test.py    |   3 +-
 .../runners/portability/portable_runner.py         | 118 ++++++------
 .../runners/portability/spark_runner.py            |  10 +-
 sdks/python/apache_beam/runners/runner.py          | 208 +++++----------------
 sdks/python/apache_beam/transforms/environments.py |  48 ++++-
 8 files changed, 163 insertions(+), 242 deletions(-)


[beam] 01/01: Merge pull request #27512 Remove more legacy Runner v1 cruft.

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 1755dd5c6a2228b0622dfd076d3af0c4da1cf734
Merge: 0a7b99966cb c65c703ac4a
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Wed Aug 9 16:05:59 2023 -0700

    Merge pull request #27512 Remove more legacy Runner v1 cruft.

 sdks/python/apache_beam/portability/python_urns.py |   4 +
 .../runners/portability/expansion_service.py       |   4 +-
 .../runners/portability/flink_runner.py            |  10 +-
 .../portability/fn_api_runner/fn_runner_test.py    |   3 +-
 .../runners/portability/portable_runner.py         | 118 ++++++------
 .../runners/portability/spark_runner.py            |  10 +-
 sdks/python/apache_beam/runners/runner.py          | 208 +++++----------------
 sdks/python/apache_beam/transforms/environments.py |  48 ++++-
 8 files changed, 163 insertions(+), 242 deletions(-)