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 2018/10/03 16:00:13 UTC

[beam] branch master updated (872a368 -> 3560300)

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 872a368  Merge pull request #6553 from sekikn/BEAM-5619
     add 09b601b  [BEAM-5417] Parity between GCS and local match
     add 6cac56c  Give test a more descriptive name
     add 52e190c  [BEAM-5417] ** matches anything, * matches [^/\]*
     add a4f8ffc  Merge branch 'master' into BEAM-5417
     add 803a7a1  Make isort happy
     add 7edc07c  Remove invalid sphinx references
     add 660797e  Tidy up logging
     add 437fc9a  Add test cases for {only,no}-root-level
     add 6312949  Use str.join
     add a2f816c  Update FileSystems.match docstring
     add fa92e92  Remove reference to excluded method
     add c77ecb7  Parameterize test_match_glob
     add db93028  Include CPython's license for translate_pattern
     add 263e9e3  isort: Reorder imports
     add 3560300  Merge pull request #6423: [BEAM-5417] Parity between GCS and local match

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            | 259 +++++++++++++++++++++
 sdks/python/apache_beam/io/filesystem.py           | 123 ++++++++--
 sdks/python/apache_beam/io/filesystem_test.py      | 170 +++++++++-----
 sdks/python/apache_beam/io/filesystems.py          |  24 +-
 sdks/python/apache_beam/io/localfilesystem.py      |   8 +-
 sdks/python/apache_beam/io/localfilesystem_test.py |  43 +++-
 sdks/python/setup.py                               |   1 +
 7 files changed, 545 insertions(+), 83 deletions(-)