This is an automated email from the ASF dual-hosted git repository.

chamikara pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6782e87c1f7d1d13f224df8369a7a14315556e4b
Merge: 4014b48 36a2506
Author: Chamikara Jayalath <chamik...@google.com>
AuthorDate: Mon Apr 16 19:20:33 2018 -0700

    Merge pull request #5024: [BEAM-4011] Unify Python IO glob implementation

 sdks/python/apache_beam/io/filesystem.py           | 103 +++++++++++-
 sdks/python/apache_beam/io/filesystem_test.py      | 156 ++++++++++++++++++
 sdks/python/apache_beam/io/filesystems.py          |   5 +
 sdks/python/apache_beam/io/gcp/gcsfilesystem.py    |  65 ++++----
 .../apache_beam/io/gcp/gcsfilesystem_test.py       |  23 ++-
 sdks/python/apache_beam/io/gcp/gcsio.py            |  66 ++------
 sdks/python/apache_beam/io/gcp/gcsio_test.py       | 179 +++------------------
 sdks/python/apache_beam/io/hadoopfilesystem.py     |  53 ++----
 .../python/apache_beam/io/hadoopfilesystem_test.py |  19 ++-
 .../io/hdfs_integration_test/Dockerfile            |   2 +-
 sdks/python/apache_beam/io/localfilesystem.py      |  68 ++++----
 sdks/python/apache_beam/io/localfilesystem_test.py |  10 ++
 12 files changed, 415 insertions(+), 334 deletions(-)


-- 
To stop receiving notification emails like this one, please contact
chamik...@apache.org.

Reply via email to