XComp commented on pull request #18963:
URL: https://github.com/apache/flink/pull/18963#issuecomment-1058378672


   I had to revisit the issue because I noticed that the `FileSystem.delete` 
method is not clear on cases where the underlying file doesn't exist. The 
`LocalFileSystem` implements the delete method in a way that it would return 
`false` if it didn't delete the file since it relies on `java.io.File.delete`


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