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


##########
core/src/services/azfile/core.rs:
##########
@@ -417,8 +417,8 @@ impl AzfileCore {
         // azure file service does not support recursive directory creation
         let mut p = path;
         while p != "/" {
-            p = get_parent(p);
             dirs.push_front(p);
+            p = get_parent(p);

Review Comment:
   If input path is `/a/b/c`, will this be wrong?



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