You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2017/05/05 21:23:12 UTC

[2/2] beam git commit: This closes #2807

This closes #2807


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

Branch: refs/heads/master
Commit: 1ecb111d325f4fbac3cba82f3358038b6d4ed5b2
Parents: 50262be cbe182e
Author: chamikara@google.com <ch...@google.com>
Authored: Fri May 5 14:22:56 2017 -0700
Committer: chamikara@google.com <ch...@google.com>
Committed: Fri May 5 14:22:56 2017 -0700

----------------------------------------------------------------------
 sdks/python/apache_beam/io/fileio_test.py       |  3 +-
 sdks/python/apache_beam/io/filesystem.py        | 16 +++++++++
 sdks/python/apache_beam/io/filesystems.py       | 36 ++++++++++++++++++--
 sdks/python/apache_beam/io/filesystems_test.py  | 15 +++++++-
 sdks/python/apache_beam/io/filesystems_util.py  | 36 --------------------
 sdks/python/apache_beam/io/gcp/gcsfilesystem.py |  6 ++++
 .../apache_beam/io/gcp/gcsfilesystem_test.py    |  5 +++
 sdks/python/apache_beam/io/localfilesystem.py   |  5 +++
 .../apache_beam/io/localfilesystem_test.py      |  4 +++
 9 files changed, 84 insertions(+), 42 deletions(-)
----------------------------------------------------------------------