[
https://issues.apache.org/jira/browse/BEAM-7926?focusedWorklogId=327154&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-327154
]
ASF GitHub Bot logged work on BEAM-7926:
----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Oct/19 23:59
Start Date: 11/Oct/19 23:59
Worklog Time Spent: 10m
Work Description: KevinGG commented on issue #9741: [BEAM-7926] Visualize
PCollection
URL: https://github.com/apache/beam/pull/9741#issuecomment-541259707
Hi @pabloem , thanks for volunteering to review this PR!
I've fixed most of the test related issues.
There is a Python fatal stack overflow error that I couldn't really make
sense of. It seems that the error exists before my change but past Jenkins
tests skipped it due to some execution ordering reason? I've asked the question
to the dev mail list:
https://mail.google.com/mail/u/0?ui=2&ik=64050edf4e&view=lg&permmsgid=msg-f%3A1647143158414277283&ser=1
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 327154)
Time Spent: 1h 20m (was: 1h 10m)
> Visualize PCollection with Interactive Beam
> -------------------------------------------
>
> Key: BEAM-7926
> URL: https://issues.apache.org/jira/browse/BEAM-7926
> Project: Beam
> Issue Type: New Feature
> Components: runner-py-interactive
> Reporter: Ning Kang
> Assignee: Ning Kang
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Support auto plotting / charting of materialized data of a given PCollection
> with Interactive Beam.
> Say an Interactive Beam pipeline defined as
> p = create_pipeline()
> pcoll = p | 'Transform' >> transform()
> The use can call a single function and get auto-magical charting of the data
> as materialized pcoll.
> e.g., visualize(pcoll)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)