kou opened a new pull request, #38793:
URL: https://github.com/apache/arrow/pull/38793

   ### Rationale for this change
   
   `DeleteDir()` does nothing with Azurite because Azurite doesn't support 
hierarchical namespace.
   
   `DeleteDir()` with hirarchical namespace support deletes the given directory 
recursively like other filesystem implementations.
   
   ### What changes are included in this PR?
   
   * Container can be deleted with/without hierarchical namespace support.
   * Directory can be deleted with hierarchical namespace support.
   * Directory can't be deleted without hierarchical namespace support. So do 
nothing without hierachical namespace support. (`arrow::Status::OK()` is just 
returned.)
       
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   Yes.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to