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:41:04 UTC

[GitHub] [beam] kennknowles opened a new issue, #18505: Add support for path with braces for Google Cloud Storage

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

   At the moment we can not use braces in Google Cloud Storage paths, as explained [here](https://stackoverflow.com/questions/46977552/filebasedsource-not-able-to-understand-a-glob-corresponding-to-several-specific).
   
   The path is backed by a file pattern defined as a Java glob and is then then expanded to a regex in _sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/util/GcsUtil.java_ in the _wildcardToRegexp_ function.
   
   `gs://bucket/&#123;file1,file2,file3&#125;` should match `gs://bucket/file1`, `gs://bucket/file2` and `gs://bucket/file3`
   
   Imported from Jira [BEAM-3224](https://issues.apache.org/jira/browse/BEAM-3224). Original Jira may contain additional context.
   Reported by: benjzer.


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