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/04/25 23:22:49 UTC

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

This closes #2665


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

Branch: refs/heads/master
Commit: b8c568f2950d333f44b72b57c24f59464a0c9836
Parents: 0d69611 ad6dcf4
Author: Chamikara Jayalath <ch...@google.com>
Authored: Tue Apr 25 16:22:26 2017 -0700
Committer: Chamikara Jayalath <ch...@google.com>
Committed: Tue Apr 25 16:22:26 2017 -0700

----------------------------------------------------------------------
 sdks/python/.pylintrc                           |   1 +
 sdks/python/apache_beam/io/filebasedsource.py   |  20 +-
 sdks/python/apache_beam/io/fileio.py            |  25 +--
 sdks/python/apache_beam/io/filesystem.py        |   6 +-
 sdks/python/apache_beam/io/filesystems.py       | 186 +++++++++++++++
 sdks/python/apache_beam/io/filesystems_test.py  | 224 +++++++++++++++++++
 .../apache_beam/io/localfilesystem_test.py      |   4 +-
 .../runners/dataflow/internal/apiclient.py      |   7 +-
 .../runners/dataflow/internal/dependency.py     |  32 ++-
 .../dataflow/internal/dependency_test.py        |   7 +-
 .../apache_beam/tests/pipeline_verifiers.py     |   7 +-
 11 files changed, 452 insertions(+), 67 deletions(-)
----------------------------------------------------------------------