dawidwys commented on a change in pull request #7161: 
[FLINK-10963][fs-connector, s3] Cleanup tmp S3 objects uploaded as backups of 
in-progress files.
URL: https://github.com/apache/flink/pull/7161#discussion_r238272365
 
 

 ##########
 File path: 
flink-filesystems/flink-hadoop-fs/src/main/java/org/apache/flink/runtime/fs/hdfs/HadoopRecoverableWriter.java
 ##########
 @@ -77,6 +77,16 @@ public RecoverableFsDataOutputStream 
recover(ResumeRecoverable recoverable) thro
                }
        }
 
+       @Override
+       public boolean requiresCleanupOfRecoverableState() {
+               return false;
+       }
+
+       @Override
+       public boolean cleanupRecoverableState(ResumeRecoverable resumable) 
throws IOException {
+               return false;
 
 Review comment:
   Same as above.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to