[
https://issues.apache.org/jira/browse/BEAM-8568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ondrej Cerny updated BEAM-8568:
-------------------------------
Description:
{code:java}
// code placeholder
input .apply("create-input-files-pattern", Create.of(inputPaths))
.apply(FileIO.matchAll().withEmptyMatchTreatment(EmptyMatchTreatment.ALLOW))
.apply(FileIO.readMatches())
{code}
Resolve bug in BEAM-7854.
was:Resolve bug in [BEAM-7854].
> 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
>
> {code:java}
> // code placeholder
> input .apply("create-input-files-pattern", Create.of(inputPaths))
> .apply(FileIO.matchAll().withEmptyMatchTreatment(EmptyMatchTreatment.ALLOW))
> .apply(FileIO.readMatches())
> {code}
>
>
> Resolve bug in BEAM-7854.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)