ryanvanhuuksloot commented on code in PR #25899:
URL: https://github.com/apache/flink/pull/25899#discussion_r1918859375


##########
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointType.java:
##########
@@ -46,6 +46,10 @@ public boolean isSavepoint() {
         return false;
     }
 
+    public boolean isFull() {
+        return getSharingFilesStrategy() == SharingFilesStrategy.FORWARD;

Review Comment:
   Yup we are aligned. I changed that. I'm not sure why it is not showing as 
outdated here. 🤔 



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

Reply via email to