You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 18:35:08 UTC

[GitHub] [beam] kennknowles opened a new issue, #18431: Update GCSFileSystem to support glob patterns of the form {x,y,z}

kennknowles opened a new issue, #18431:
URL: https://github.com/apache/beam/issues/18431

   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.
   
   Imported from Jira [BEAM-2683](https://issues.apache.org/jira/browse/BEAM-2683). Original Jira may contain additional context.
   Reported by: chamikara.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org