This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/beam.git.
*** WARNING: tag nightly-master was modified! ***
from 205fbb1 (commit)
to 939fa99 (commit)
from 205fbb1 [BEAM-12653] Fix container cleanup for Java Dataflow tests
(#15213)
add e39da4c [BEAM-12506] Changed WindowedValueHolder into a Row type
add 739dbb8 Merge pull request #15217 from KevinGG/BEAM-12506
add 939fa99 [BEAM-1833] Preserve inputs names at graph construction and
through proto transaltion. (#15202)
No new revisions were added by this update.
Summary of changes:
sdks/python/apache_beam/pipeline.py | 58 ++++++++++++----------
sdks/python/apache_beam/pipeline_test.py | 18 +++++++
.../runners/dataflow/dataflow_runner.py | 2 +-
.../runners/dataflow/dataflow_runner_test.py | 17 ++++---
.../runners/interactive/pipeline_instrument.py | 8 +--
.../interactive/pipeline_instrument_test.py | 10 ++--
sdks/python/apache_beam/testing/test_stream.py | 45 ++++++++++++++++-
.../python/apache_beam/testing/test_stream_test.py | 21 ++++++++
sdks/python/apache_beam/transforms/ptransform.py | 45 ++++++++---------
9 files changed, 156 insertions(+), 68 deletions(-)