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 cba445c Merge pull request #10156 [BEAM-8744] Fix error in Beam
Dependency Check Report
add af4630f [BEAM-8335] Adds the StreamingCache (#10119)
No new revisions were added by this update.
Summary of changes:
.../interactive/caching}/__init__.py | 3 +-
.../runners/interactive/caching/streaming_cache.py | 171 +++++++++++++++
.../interactive/caching/streaming_cache_test.py | 243 +++++++++++++++++++++
3 files changed, 416 insertions(+), 1 deletion(-)
copy sdks/python/apache_beam/{examples =>
runners/interactive/caching}/__init__.py (90%)
create mode 100644
sdks/python/apache_beam/runners/interactive/caching/streaming_cache.py
create mode 100644
sdks/python/apache_beam/runners/interactive/caching/streaming_cache_test.py