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

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


    from 4014b48  Merge pull request #5142 from alanmyrvold/alan-rel-failure
     add 36a2506  Normalize Filesystems.match() glob behavior.
     new 6782e87  Merge pull request #5024: [BEAM-4011] Unify Python IO glob 
implementation

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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