1996fanrui opened a new pull request, #23228: URL: https://github.com/apache/flink/pull/23228
[hotfix][runtime] Remove the repeated createBasePathIfNeeded in the FileSystemBlobStore The `private boolean put(File fromFile, String toBlobPath)` has called `createBasePathIfNeeded`, so the `public boolean put(File localFile, JobID jobId, BlobKey blobKey)` doesn't need to call `createBasePathIfNeeded`. -- 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]
