You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "David Moravek (Jira)" <ji...@apache.org> on 2019/11/07 07:53:00 UTC

[jira] [Commented] (BEAM-8568) Local file system does not match relative path with wildcards

    [ https://issues.apache.org/jira/browse/BEAM-8568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16969012#comment-16969012 ] 

David Moravek commented on BEAM-8568:
-------------------------------------

LocalFileSystem no longer support wildcard relative paths.

> Local file system does not match relative path with wildcards
> -------------------------------------------------------------
>
>                 Key: BEAM-8568
>                 URL: https://issues.apache.org/jira/browse/BEAM-8568
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Ondrej Cerny
>            Priority: Major
>
> Relative path in project:
> {code:java}
> src/test/resources/input/sometestfile.txt{code}
>  
> Code:
> {code:java}
> input 
> .apply(Create.of("src/test/resources/input/*)) 
> .apply(FileIO.matchAll()) 
> .apply(FileIO.readMatches())
> {code}
> This code does not match any file. It does in beam version 2.16.0.
>  
> Bug was created by BEAM-7854.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)