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

ASF GitHub Bot logged work on BEAM-8568:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Nov/19 20:18
            Start Date: 18/Nov/19 20:18
    Worklog Time Spent: 10m 
      Work Description: dmvk commented on issue #10028: [BEAM-8568] Fixed 
problem that LocalFileSystem no longer supports wil…
URL: https://github.com/apache/beam/pull/10028#issuecomment-555191503
 
 
   @Ardagan @kennknowles I think I'm stuck here. The failing Dataflow tests 
seem to be using GCS filesystem, not the Local one. Unfortunately I'm not able 
to rerun these locally as I don't have google cloud access setup and I'm not 
able to see `RuntimeException` cause in Jenkins test results. Are you able to 
rerun these locally and give me a hint about what's going wrong?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 345555)
    Time Spent: 2h 40m  (was: 2.5h)

> 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
>    Affects Versions: 2.16.0
>            Reporter: Ondrej Cerny
>            Assignee: David Moravek
>            Priority: Major
>             Fix For: 2.17.0
>
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> CWD structure:
> {code}
> 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}
> The code above doesn't match any file starting Beam 2.16.0. The regression 
> has been introduced in BEAM-7854.



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

Reply via email to