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 1ee2f6bff4a Bump jinja2 version to resolve vulnerability (#32403)
add 50a6cd2b580 Add tests of using ib.collect(...) without
InteractiveRunner.
add d5dc20000d5 Allow ib.collect(...) to take multiple PCollections.
new a7852d9ddb1 Merge pull request #32392 Allow ib.collect(...) to take
multiple PCollections.
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:
.../runners/interactive/interactive_beam.py | 96 +++++---
.../interactive/non_interactive_runner_test.py | 262 +++++++++++++++++++++
2 files changed, 320 insertions(+), 38 deletions(-)
create mode 100644
sdks/python/apache_beam/runners/interactive/non_interactive_runner_test.py