Xuanwo commented on code in PR #3652:
URL: 
https://github.com/apache/incubator-opendal/pull/3652#discussion_r1401948679


##########
core/src/services/azfile/core.rs:
##########
@@ -421,6 +421,11 @@ impl AzfileCore {
             dirs.push_front(p);
         }
         for dir in dirs {
+            let resp = self.azfile_get_path_properties(dir).await?;

Review Comment:
   The order of pathes is crucial. Implementing this way won't achieve our 
desired goal.



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