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

ccy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from bb34672  [BEAM-4648] Remove experimental Python RPC DirectRunner 
(#5777)
     add 396caac  Interactive runner and corresponding tests
     new 48e4318  Merge pull request #5937 from qinyeli/master

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:
 .../queries => runners/interactive}/__init__.py    |   0
 .../runners/interactive/display_manager.py         | 161 ++++++++
 .../interactive/interactive_pipeline_graph.py      | 185 +++++++++
 .../runners/interactive/interactive_runner.py      | 441 +++++++++++++++++++++
 .../runners/interactive/interactive_runner_test.py | 104 +++++
 .../runners/interactive/pipeline_graph.py          | 175 ++++++++
 sdks/python/setup.py                               |   1 +
 7 files changed, 1067 insertions(+)
 copy sdks/python/apache_beam/{testing/benchmarks/nexmark/queries => 
runners/interactive}/__init__.py (100%)
 create mode 100644 
sdks/python/apache_beam/runners/interactive/display_manager.py
 create mode 100644 
sdks/python/apache_beam/runners/interactive/interactive_pipeline_graph.py
 create mode 100644 
sdks/python/apache_beam/runners/interactive/interactive_runner.py
 create mode 100644 
sdks/python/apache_beam/runners/interactive/interactive_runner_test.py
 create mode 100644 
sdks/python/apache_beam/runners/interactive/pipeline_graph.py

Reply via email to