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/03/12 22:58:00 UTC

[beam] branch master updated (46d2103 -> 8f9bdee)

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 46d2103  Merge pull request #11103 from [BEAM-9494] Reifying outputs from BQ file writing
     add 8f9bdee  [BEAM-8335] Implemented Capture Size limitation (#11050)

No new revisions were added by this update.

Summary of changes:
 .../runners/interactive/background_caching_job.py  | 35 ++++++++++----
 .../runners/interactive/cache_manager.py           | 18 +++++--
 .../runners/interactive/caching/streaming_cache.py | 36 +++++++++++++-
 .../runners/interactive/interactive_beam.py        | 17 ++++++-
 .../runners/interactive/options/capture_control.py | 10 ++--
 .../interactive/options/capture_control_test.py    | 56 ++++++++++++++++++----
 .../runners/interactive/pipeline_instrument.py     |  9 ++--
 7 files changed, 147 insertions(+), 34 deletions(-)