curcur commented on code in PR #24181:
URL: https://github.com/apache/flink/pull/24181#discussion_r1510659937
##########
flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/filemerging/FileMergingSnapshotManagerBase.java:
##########
@@ -289,6 +308,13 @@ protected Path generatePhysicalFilePath(Path dirPath) {
return new Path(dirPath, fileName);
}
+ @VisibleForTesting
+ boolean isResponsibleForFile(Path filePath) {
Review Comment:
Is this used only for testing purposes?
If yes, then put this function into the test utils (test scope)
--
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]