Tom-Newton commented on issue #50073:
URL: https://github.com/apache/arrow/issues/50073#issuecomment-4662445472

   > Couldn't we replace any instances of file_client.GetProperties() with 
AzureFileSystem::GetFileInfo()?
   
   Interesting, do you have some evidence to suggest 
`AzureFileSystem::GetFileInfo()` won't suffer from a similar permissions error? 
On hierarchical namespace storage accounts `AzureFileSystem::GetFileInfo()` is 
implemented with a `file_client.GetProperties()` 
https://github.com/apache/arrow/blob/d11916f1543f0c9847f83a6d06e2a0bf0f8d5d8a/cpp/src/arrow/filesystem/azurefs.cc#L1831.
 `GetProperties` is also quite widely used, e.g. `ObjectInputFile` calls it so 
I think it will be hard to stop depending on `GetProperties`. 
   
   I am also a bit surprised that `GetProperties` on a blob fails. Failing on a 
container as described in https://github.com/apache/arrow/issues/46085 makes 
more sense. 


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