shangeyao opened a new issue, #4378: URL: https://github.com/apache/streampark/issues/4378
## Problem `EnvInitializer.createMvnLocalRepoDir()` only calls `mkdirs` when the Maven local repository path **already exists**, so a missing directory is never created on first startup. ## Expected Create the Maven local repository directory when it does not exist, consistent with other workspace directories initialized by `EnvInitializer`. ## Proposed fix Use `FsOperator.lfs().mkdirsIfNotExists(localMavenRepo)` instead of the inverted `exists` check. -- 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]
