Skip to content

Commit

Permalink
[hotfix] Use FlinkEnv in tests for ForStStateBackend
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakelly committed Dec 3, 2024
1 parent b66c90c commit 5f23a84
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ protected ConfigurableStateBackend getStateBackend() throws Exception {
if (hasRemoteDir) {
config.set(REMOTE_DIRECTORY, tempFolderForForstRemote.toString());
}
backend.configure(config, Thread.currentThread().getContextClassLoader());
return new ForStStateBackend();
return backend.configure(config, Thread.currentThread().getContextClassLoader());
}
}

0 comments on commit 5f23a84

Please sign in to comment.