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/09 21:51:17 UTC

[beam] branch master updated (4a7eb32 -> 83083e4)

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 4a7eb32  Merge pull request #11082 from lukecwik/beam9473
     add 83083e4  [BEAM-7926] Update Data Visualization (#11020)

No new revisions were added by this update.

Summary of changes:
 .../runners/interactive/background_caching_job.py  |  20 +-
 .../interactive/display/pcoll_visualization.py     | 278 ++++++++++++++++++---
 .../display/pcoll_visualization_test.py            |  64 ++++-
 .../runners/interactive/interactive_beam.py        | 116 ++++++++-
 .../runners/interactive/interactive_environment.py | 101 ++++++++
 .../runners/interactive/interactive_runner.py      |   9 +-
 .../runners/interactive/options/capture_control.py |   7 -
 .../interactive/options/interactive_options.py     |  10 +-
 .../apache_beam/testing/test_stream_service.py     |   5 +-
 9 files changed, 528 insertions(+), 82 deletions(-)