AlexYinHan commented on code in PR #26040:
URL: https://github.com/apache/flink/pull/26040#discussion_r1942199989


##########
flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/fs/filemapping/FileMappingManager.java:
##########
@@ -92,7 +79,7 @@ public MappingEntry registerReusedRestoredFile(
         //  - Add to mapping table based on cpFilePath, so we can access the 
real file.
         LOG.trace("decide restored file ownership based on dbFilePath: {}", 
dbFilePath);
         return addHandleBackedFileToMappingTable(
-                key, stateHandle, 
fileOwnershipDecider.decideForRestoredFile(dbFilePath));
+                key, stateHandle, 
FileOwnershipDecider.decideForRestoredFile(dbFilePath));

Review Comment:
   Right. I've modified the line as suggested.



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