This is an automated email from the ASF dual-hosted git repository.
robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from a167255 Merge pull request #10989 from lukecwik/beam9397
add a29fdff [BEAM-8335] Add PCollection to DataFrame logic for
InteractiveRunner. (#10915)
No new revisions were added by this update.
Summary of changes:
.../apache_beam/runners/interactive/utils.py | 52 ++++++++++++++
.../apache_beam/runners/interactive/utils_test.py | 84 ++++++++++++++++++++++
2 files changed, 136 insertions(+)
create mode 100644 sdks/python/apache_beam/runners/interactive/utils.py
create mode 100644 sdks/python/apache_beam/runners/interactive/utils_test.py