gaborgsomogyi commented on code in PR #21458: URL: https://github.com/apache/flink/pull/21458#discussion_r1724907247
########## flink-filesystems/flink-s3-fs-base/src/main/java/org/apache/flink/fs/s3/common/writer/S3RecoverableFsDataOutputStream.java: ########## @@ -126,7 +126,16 @@ public long getPos() throws IOException { @Override public void sync() throws IOException { - fileStream.sync(); Review Comment: @dannycranmer WDYT? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org