Closes #1212

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

Branch: refs/heads/python-sdk
Commit: ea642428f3abf8e074ee52092d10616e8ad0c33a
Parents: cf026bb 3c1043a
Author: Robert Bradshaw <rober...@google.com>
Authored: Wed Nov 9 13:24:58 2016 -0800
Committer: Robert Bradshaw <rober...@google.com>
Committed: Wed Nov 9 13:24:58 2016 -0800

----------------------------------------------------------------------
 sdks/python/apache_beam/io/bigquery.py          |  32 +++++
 sdks/python/apache_beam/io/bigquery_test.py     |  68 ++++++++-
 sdks/python/apache_beam/io/filebasedsource.py   |   6 +
 .../apache_beam/io/filebasedsource_test.py      |  44 ++++--
 sdks/python/apache_beam/io/fileio.py            |  20 +++
 sdks/python/apache_beam/io/fileio_test.py       |  62 ++++++++-
 sdks/python/apache_beam/io/iobase.py            |  12 +-
 sdks/python/apache_beam/io/pubsub.py            |  15 ++
 sdks/python/apache_beam/io/pubsub_test.py       |  62 +++++++++
 .../runners/dataflow/native_io/iobase.py        |   5 +-
 sdks/python/apache_beam/transforms/core.py      |  24 +++-
 sdks/python/apache_beam/transforms/display.py   |  72 +++++++---
 .../apache_beam/transforms/display_test.py      | 138 ++++++++++++++-----
 .../apache_beam/transforms/ptransform_test.py   |  58 ++++++++
 14 files changed, 548 insertions(+), 70 deletions(-)
----------------------------------------------------------------------


Reply via email to