You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/02/26 18:56:50 UTC

[beam] branch master updated (631cb81 -> 09c4b8c)

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

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


    from 631cb81  [BEAM-8979] reintroduce mypy-protobuf stub generation (#10734)
     add 09c4b8c  [BEAM-8335] Background Caching job (#10899)

No new revisions were added by this update.

Summary of changes:
 .../runners/interactive/background_caching_job.py  | 208 +++++++++++++++++----
 .../interactive/background_caching_job_test.py     |  76 ++++++--
 .../display/pcoll_visualization_test.py            |   6 +-
 .../runners/interactive/interactive_beam.py        |  70 ++++++-
 .../runners/interactive/interactive_environment.py | 101 +++++++---
 .../interactive/interactive_environment_test.py    |  17 +-
 .../runners/interactive/interactive_runner.py      |   3 +-
 .../interactive/options}/__init__.py               |   0
 .../runners/interactive/options/capture_control.py |  80 ++++++++
 .../interactive/options/capture_control_test.py    | 145 ++++++++++++++
 .../interactive/options/interactive_options.py}    |  30 ++-
 .../runners/interactive/pipeline_instrument.py     |  19 +-
 12 files changed, 633 insertions(+), 122 deletions(-)
 copy sdks/python/apache_beam/{testing/load_tests/streaming => runners/interactive/options}/__init__.py (100%)
 create mode 100644 sdks/python/apache_beam/runners/interactive/options/capture_control.py
 create mode 100644 sdks/python/apache_beam/runners/interactive/options/capture_control_test.py
 copy sdks/python/apache_beam/{coders/observable.py => runners/interactive/options/interactive_options.py} (63%)