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/09/17 01:02:10 UTC

[2/2] incubator-beam git commit: Closes #920

Closes #920


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

Branch: refs/heads/python-sdk
Commit: 4b7fe2dc552c838c00e062a644d7d4bc507cf075
Parents: ebae225 2d1e7ff
Author: Robert Bradshaw <ro...@google.com>
Authored: Fri Sep 16 18:01:47 2016 -0700
Committer: Robert Bradshaw <ro...@google.com>
Committed: Fri Sep 16 18:01:47 2016 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/io/__init__.py          |   2 +
 sdks/python/apache_beam/io/filebasedsource.py   |  66 ++-
 .../apache_beam/io/filebasedsource_test.py      |  84 ++--
 sdks/python/apache_beam/io/fileio.py            |   5 +
 sdks/python/apache_beam/io/fileio_test.py       |  81 ----
 sdks/python/apache_beam/io/source_test_utils.py |  26 +-
 sdks/python/apache_beam/io/textio.py            | 264 ++++++++++++
 sdks/python/apache_beam/io/textio_test.py       | 423 +++++++++++++++++++
 .../runners/inprocess/inprocess_runner_test.py  |   5 +-
 9 files changed, 811 insertions(+), 145 deletions(-)
----------------------------------------------------------------------