andrebsguedes opened a new issue, #5451:
URL: https://github.com/apache/arrow-rs/issues/5451

   **Describe the bug**
   
   Due to a workaround for gen2 accounts with hierarchical namespaces, the list 
operation filters out objects that have zero size  when using 
`object_store::azure::MicrosoftAzure` store.
   
   The behavior is inconsistent with other stores as `AmazonS3` properly 
returns empty blobs.
   
   **To Reproduce**
   
   Execute a list operation on a container with empty blobs with 
`MicrosoftAzure` store.
   
   **Expected behavior**
   
   Empty blobs are returned on the list operation result.
   
   **Additional context**
   
   In order to correctly filter out any directory entries on the list result 
when hierarchical namespaces are enabled we should check if the `ResourceType` 
blob property is not `directory`.


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