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


##########
flink-state-backends/flink-statebackend-forst/src/main/java/org/apache/flink/state/forst/fs/filemapping/FileMappingManager.java:
##########
@@ -231,14 +284,29 @@ private boolean isParentDir(String path, String dir) {
         }
     }
 
-    /** A wrapper of real path. */
-    public static class RealPath {

Review Comment:
   It seems we can simply replace ```RealPath``` with ```MappingEntry``` in all 
places.



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

Reply via email to