aishikbh commented on code in PR #14860:
URL: https://github.com/apache/pinot/pull/14860#discussion_r1925074982


##########
pinot-plugins/pinot-file-system/pinot-adls/src/main/java/org/apache/pinot/plugin/filesystem/ADLSGen2PinotFS.java:
##########
@@ -480,6 +480,15 @@ private static FileMetadata getFileMetadata(PathItem file) 
{
   public void copyToLocalFile(URI srcUri, File dstFile)
       throws Exception {
     LOGGER.debug("copyToLocalFile is called with srcUri='{}', dstFile='{}'", 
srcUri, dstFile);
+

Review Comment:
   I have changed the logic to create the parent directories in line with the 
other ones. The directory check is below this. Do not want add an unnecessary 
change there :D 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to