davidradl commented on code in PR #27042:
URL: https://github.com/apache/flink/pull/27042#discussion_r2401655061


##########
flink-state-backends/flink-statebackend-forst/src/test/java/org/apache/flink/state/forst/ForStExtension.java:
##########
@@ -191,8 +192,8 @@ public void before() throws Exception {
         // by setting the dbPath to "/" when the dfs directory existed.
         // TODO: use localForStPath as dbPath after ForSt Support mixing 
local-dir and remote-dir
         Path instanceForStPath =
-                resourceContainer.getRemoteForStPath() == null
-                        ? resourceContainer.getLocalForStPath()
+                resourceContainer.getPathContainer().getRemoteForStPath() == 
null

Review Comment:
   nit: variable for `resourceContainer.getPathContainer()`



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