You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/09/22 18:40:45 UTC

[beam] branch master updated (52ab870 -> 89c3f51)

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

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


    from 52ab870  Merge pull request #12900 from [BEAM-10941] Use standard sharding conventions for fileio writes.
     new 7c9370e  Add record_pipeline and clear to RM and fix duration limiter
     new f119319  Add comments to RecordingManager
     new 89c3f51  Merge pull request #12799 from [BEAM-10603] Add record_pipeline, clear to RM and fix duration limiter

The 28953 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:
 .../runners/interactive/background_caching_job.py  |   1 -
 .../interactive/options/capture_limiters.py        |   9 +-
 .../interactive/options/capture_limiters_test.py   |  16 +--
 .../runners/interactive/recording_manager.py       | 113 +++++++++++-----
 .../runners/interactive/recording_manager_test.py  | 144 ++++++++++++++++-----
 .../apache_beam/runners/interactive/utils.py       |  24 ++--
 6 files changed, 220 insertions(+), 87 deletions(-)