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 2016/10/27 17:39:57 UTC

[6/6] incubator-beam git commit: Closes #1112

Closes #1112


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/03662da9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/03662da9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/03662da9

Branch: refs/heads/python-sdk
Commit: 03662da9d0bd1d3bfd5bf5bfa3d0c1e1290ab576
Parents: 57f03f7 1d478dd
Author: Robert Bradshaw <ro...@google.com>
Authored: Thu Oct 27 10:39:33 2016 -0700
Committer: Robert Bradshaw <ro...@google.com>
Committed: Thu Oct 27 10:39:33 2016 -0700

----------------------------------------------------------------------
 .../apache_beam/runners/dataflow_runner.py      |  10 +
 sdks/python/apache_beam/runners/runner_test.py  |  72 +++++-
 sdks/python/apache_beam/transforms/core.py      |   3 +-
 sdks/python/apache_beam/transforms/display.py   | 255 +++++++++++++++++++
 .../apache_beam/transforms/display_test.py      | 118 +++++++++
 .../python/apache_beam/transforms/ptransform.py |   3 +-
 sdks/python/apache_beam/utils/names.py          |   1 +
 7 files changed, 452 insertions(+), 10 deletions(-)
----------------------------------------------------------------------