You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2020/03/02 23:59:06 UTC

[beam] branch master updated (a167255 -> a29fdff)

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