You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by mx...@apache.org on 2019/11/26 09:36:00 UTC

[beam] branch release-2.17.0 updated (1472eb3 -> a29ba1c)

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

mxm pushed a change to branch release-2.17.0
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 1472eb3  Merge pull request #10203 from je-ik/BEAM-8530-backport
     add 444beaa  [BEAM-8568] Fixed problem that LocalFileSystem no longer supports wildcard relative paths.
     new a29ba1c  Merge pull request #10028: [BEAM-8568] Fix wildcard support in LocalFileSystem

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:
 .../java/org/apache/beam/sdk/io/LocalFileSystem.java     |  2 +-
 .../java/org/apache/beam/sdk/io/LocalFileSystemTest.java | 16 ++++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)


[beam] 01/01: Merge pull request #10028: [BEAM-8568] Fix wildcard support in LocalFileSystem

Posted by mx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mxm pushed a commit to branch release-2.17.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit a29ba1c04d62616ba871408fac8ec9d3e6dc060d
Merge: 1472eb3 444beaa
Author: Maximilian Michels <mx...@apache.org>
AuthorDate: Tue Nov 26 10:35:44 2019 +0100

    Merge pull request #10028: [BEAM-8568] Fix wildcard support in LocalFileSystem
    
    Backport of #10024

 .../java/org/apache/beam/sdk/io/LocalFileSystem.java     |  2 +-
 .../java/org/apache/beam/sdk/io/LocalFileSystemTest.java | 16 ++++++++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)