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_r238284977
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/filesystem/Bucket.java
 ##########
 @@ -65,6 +65,8 @@
 
        private final RollingPolicy<IN, BucketID> rollingPolicy;
 
+       private final Map<Long, RecoverableWriter.ResumeRecoverable> 
resumablesPerCheckpoint;
 
 Review comment:
   nit: maybe import `ResumeRecoverable` directly?

----------------------------------------------------------------
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