You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jk...@apache.org on 2018/07/13 22:20:39 UTC

[beam] branch master updated (c14c975 -> 21979d7)

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

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


    from c14c975  [BEAM-4752] Add support for newer dill dependency (#5931)
     add 728591b  FileSystems should throw exception if filesystem for schema is not found
     add 3fff58c  Make schema pattern stricter
     add ad4b057  Adding tet cases for matchResouces
     new 21979d7  Merge pull request #5808: FileSystems should throw exception if filesystem for schema is not found

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:
 .../main/java/org/apache/beam/sdk/io/FileSystems.java  |  8 ++++----
 .../java/org/apache/beam/sdk/io/FileSystemsTest.java   | 18 ++++++++++++++++++
 2 files changed, 22 insertions(+), 4 deletions(-)


[beam] 01/01: Merge pull request #5808: FileSystems should throw exception if filesystem for schema is not found

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

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

commit 21979d7dd21f2840145a751af34f99ee06386c25
Merge: c14c975 ad4b057
Author: Eugene Kirpichov <ek...@gmail.com>
AuthorDate: Fri Jul 13 15:20:35 2018 -0700

    Merge pull request #5808: FileSystems should throw exception if filesystem for schema is not found
    
    FileSystems should throw exception if filesystem for schema is not found

 .../main/java/org/apache/beam/sdk/io/FileSystems.java  |  8 ++++----
 .../java/org/apache/beam/sdk/io/FileSystemsTest.java   | 18 ++++++++++++++++++
 2 files changed, 22 insertions(+), 4 deletions(-)