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/08/24 19:46:19 UTC

[beam] branch master updated (9e5c5b5 -> da91c4a)

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 9e5c5b5  Merge pull request #12671: [BEAM-10524] JSON decoder for ReadFromBigQuery supports repeatable fields
     add da91c4a  Merge pull request #12415 from [BEAM-10603] Add the RecordingManager and associated classes.

No new revisions were added by this update.

Summary of changes:
 .../runners/interactive/interactive_runner.py      |   6 +-
 .../runners/interactive/recording_manager.py       | 331 +++++++++++++++++++++
 .../runners/interactive/recording_manager_test.py  | 305 +++++++++++++++++++
 3 files changed, 641 insertions(+), 1 deletion(-)
 create mode 100644 sdks/python/apache_beam/runners/interactive/recording_manager.py
 create mode 100644 sdks/python/apache_beam/runners/interactive/recording_manager_test.py