JesseAtSZ commented on PR #20091:
URL: https://github.com/apache/flink/pull/20091#issuecomment-1177472210

   @rkhachatryan 
   
   > I'm wondering whether this check is sufficient. mkdirs javadoc says:
   > @return true if at least one new directory has been created, false 
otherwise
   
   The `mkdirs(final Path f)` comment in `LocalFileSystem` mentions that: 
   
   > Recursively creates the directory specified by the provided path.
   
   I think "at least one" means during the recursive creation of folders, 
multiple folders may be generated according to the folder hierarchy, so at 
least one directory will be generated.
   
   In addition, `Run e2e tests` and `Test - table` have failed all the time, 
what‘s’ the possible reason?


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