scwhittle commented on a change in pull request #15355:
URL: https://github.com/apache/beam/pull/15355#discussion_r703380601
##########
File path:
sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/util/GcsUtil.java
##########
@@ -467,15 +467,17 @@ SeekableByteChannel open(GcsPath path,
GoogleCloudStorageReadOptions readOptions
* @param type the type of object, eg "text/plain".
* @return a Callable object that encloses the operation.
*/
- public WritableByteChannel create(GcsPath path, String type) throws
IOException {
- return create(path, type, uploadBufferSizeBytes);
+ public WritableByteChannel create(GcsPath path, String type, boolean
expectFileToNotExist)
Review comment:
Done, PTAL @chamikaramj
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]