fx19880617 commented on a change in pull request #5897: URL: https://github.com/apache/incubator-pinot/pull/5897#discussion_r472557849
########## File path: pinot-plugins/pinot-file-system/pinot-s3/src/main/java/org/apache/pinot/plugin/filesystem/S3PinotFS.java ########## @@ -411,6 +412,7 @@ public void copyToLocalFile(URI srcUri, File dstFile) throws Exception { LOGGER.info("Copy {} to local {}", srcUri, dstFile.getAbsolutePath()); URI base = getBase(srcUri); + FileUtils.forceMkdir(dstFile.getParentFile()); Review comment: Per https://github.com/apache/incubator-pinot/pull/5890 seems that this is expected behavior. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org