You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Chamikara Jayalath (JIRA)" <ji...@apache.org> on 2017/07/26 05:39:00 UTC

[jira] [Created] (BEAM-2683) Update GCSFileSystem to support glob patterns of the form {x,y,z}

Chamikara Jayalath created BEAM-2683:
----------------------------------------

             Summary: Update GCSFileSystem to support glob patterns of the form {x,y,z} 
                 Key: BEAM-2683
                 URL: https://issues.apache.org/jira/browse/BEAM-2683
             Project: Beam
          Issue Type: Improvement
          Components: sdk-java-core
            Reporter: Chamikara Jayalath


Currently glob patterns of the form {x,y,z} (where either one of these values is  valid) are not supported by GCSFileSystem. See http://docs.oracle.com/javase/tutorial/essential/io/fileOps.html#glob for the definition of Java glob patterns.

We should also update documentation to clarify that support for glob-patterns is file-system dependent.

Also applies to Python SDK.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)