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 794e58d [BEAM-8944] Change to use single thread in py sdk bundle
progress report (#10387)
add 7c5fa73 [BEAM-8335] Background caching job (#10405)
No new revisions were added by this update.
Summary of changes:
.../runners/interactive/background_caching_job.py | 107 +++++++++++++++++++++
.../interactive/background_caching_job_test.py | 104 ++++++++++++++++++++
.../display/pcoll_visualization_test.py | 15 ++-
.../runners/interactive/interactive_environment.py | 38 +++++---
.../interactive/interactive_environment_test.py | 30 ++++--
.../runners/interactive/interactive_runner.py | 30 +++++-
.../runners/interactive/interactive_runner_test.py | 8 +-
.../runners/interactive/pipeline_instrument.py | 23 +++++
.../interactive/pipeline_instrument_test.py | 17 ++++
9 files changed, 343 insertions(+), 29 deletions(-)
create mode 100644
sdks/python/apache_beam/runners/interactive/background_caching_job.py
create mode 100644
sdks/python/apache_beam/runners/interactive/background_caching_job_test.py