chamikaramj commented on a change in pull request #4169: [BEAM-3060] Added
support for multiple filesystems in TextIO
URL: https://github.com/apache/beam/pull/4169#discussion_r153375847
##########
File path:
sdks/java/io/common/src/test/java/org/apache/beam/sdk/io/common/IOTestPipelineOptions.java
##########
@@ -100,4 +100,14 @@
String getFilenamePrefix();
void setFilenamePrefix(String prefix);
+
+ @Description("Google cloud storage - bucket_name/path")
+ String getGcsLocation();
Review comment:
I think it makes sense to simplify and make 'fileNamePrefix' the full
prefix. Later if we hit a case where this is inadequate we can revisit.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services