chamikaramj commented on a change in pull request #15416:
URL: https://github.com/apache/beam/pull/15416#discussion_r719875710
##########
File path:
sdks/java/core/src/main/java/org/apache/beam/sdk/io/FileBasedSink.java
##########
@@ -556,25 +565,35 @@ public ResourceId apply(ResourceId tempDirectory) {
*/
@Experimental(Kind.FILESYSTEM)
public WriteOperation(FileBasedSink<?, DestinationT, OutputT> sink,
ResourceId tempDirectory) {
- this(sink, StaticValueProvider.of(tempDirectory));
+ this(sink, StaticValueProvider.of(tempDirectory), false);
Review comment:
Shouldn't this be "true" ? This might also explain the failure.
--
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]