You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2020/07/17 22:19:46 UTC

[beam] 01/01: [release-2.23.0][BEAM-10308] Make component ID assignments consistent across Pipeline (cherrypick from master) #12196

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

tvalentyn pushed a commit to branch release-2.23.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 97e4f82286d7e67e80bf7e731c7a8a26bf2c3c18
Merge: 4bfea2c 19f4338
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Fri Jul 17 15:19:22 2020 -0700

    [release-2.23.0][BEAM-10308] Make component ID assignments consistent across Pipeline (cherrypick from master) #12196

 sdks/python/apache_beam/pipeline.py                | 35 ++++++++++++++++++++++
 .../python/apache_beam/runners/pipeline_context.py | 23 +++++++-------
 .../apache_beam/runners/pipeline_context_test.py   | 13 ++++++++
 sdks/python/apache_beam/transforms/external.py     |  3 +-
 sdks/python/apache_beam/transforms/sql_test.py     | 15 ++++++++++
 5 files changed, 76 insertions(+), 13 deletions(-)