jabbera opened a new pull request, #46095: URL: https://github.com/apache/arrow/pull/46095
### Rationale for this change User delegated sas tokens in Azure (and some standard sas tokens) don't have permissions to query container properties. The assumption needs to be made that the container exists and let something further up the chain fail if the container doesn't exist. There is functionality that creates a new container, but it won't come into play because the sas token also does not have permission to do that either. ### What changes are included in this PR? Return an fs item type of directory with a modified time of now when getting container properties returns a 403. ### Are these changes tested? Yes, manually. Unsure how to integrate into automated test suite. Happy to discuss. ### Are there any user-facing changes? No -- 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