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/03 22:30:17 UTC

[beam] branch master updated (abfe08b -> bc9e0cb)

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 abfe08b  Merge pull request #11011: [website] Update link to environment_type (SDK harness configuration)
     add 4ddcf79  [BEAM-8335] Add PCollection to Dataframe logic for InteractiveRunner.
     add bc9e0cb  Merge pull request #11030 [BEAM-8335] Add PCollection to Dataframe logic for InteractiveRunner.

No new revisions were added by this update.

Summary of changes:
 .../apache_beam/runners/interactive/utils.py       | 50 +++++++++++++
 .../apache_beam/runners/interactive/utils_test.py  | 84 ++++++++++++++++++++++
 2 files changed, 134 insertions(+)
 create mode 100644 sdks/python/apache_beam/runners/interactive/utils.py
 create mode 100644 sdks/python/apache_beam/runners/interactive/utils_test.py