Samrat002 commented on code in PR #27187:
URL: https://github.com/apache/flink/pull/27187#discussion_r2930560860
##########
flink-filesystems/flink-s3-fs-native/src/main/java/org/apache/flink/fs/s3native/NativeS3FileSystem.java:
##########
@@ -427,13 +428,8 @@ public FSDataOutputStream create(Path path, WriteMode
overwriteMode) throws IOEx
}
}
- final String key = NativeS3AccessHelper.extractKey(path);
- return new NativeS3OutputStream(
- clientProvider.getS3Client(),
- bucketName,
- key,
- localTmpDir,
- clientProvider.getEncryptionConfig());
+ RecoverableWriter recoverable = createRecoverableWriter();
Review Comment:
reverted back to have NativeS3OutputStream and
NativeS3RecoverableFsDataOutputStream as discussed offline
--
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]