Myasuka commented on a change in pull request #18840:
URL: https://github.com/apache/flink/pull/18840#discussion_r811020383
##########
File path:
flink-libraries/flink-state-processing-api/src/main/java/org/apache/flink/state/api/output/SnapshotUtils.java
##########
@@ -52,12 +53,13 @@ private SnapshotUtils() {}
boolean isExactlyOnceMode,
boolean isUnalignedCheckpoint,
Configuration configuration,
- Path savepointPath)
+ Path savepointPath,
+ SnapshotType snapshotType)
Review comment:
Generally, I think we should limit the snapshot type as full snapshot or
savepoint instead of any kind of snapshot type.
--
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]