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 9fa98ce [BEAM-9228] Support further partition for FnApi ListBuffer
(#10847)
add 083edb4 [BEAM-7926] Data-centric Interactive Part3 (#10731)
No new revisions were added by this update.
Summary of changes:
.../runners/interactive/background_caching_job.py | 3 +-
.../interactive/display/pcoll_visualization.py | 7 +-
.../display/pcoll_visualization_test.py | 6 +-
.../examples/Interactive Beam Example.ipynb | 57 +++++++++--
.../runners/interactive/interactive_beam.py | 104 ++++++++++++++++++++-
.../runners/interactive/interactive_beam_test.py | 30 ++++++
.../runners/interactive/interactive_runner.py | 11 ++-
.../runners/interactive/pipeline_fragment.py | 13 ++-
.../runners/interactive/pipeline_instrument.py | 7 +-
.../interactive/pipeline_instrument_test.py | 32 +++----
10 files changed, 229 insertions(+), 41 deletions(-)