bradvoth opened a new pull request, #5371:
URL: https://github.com/apache/arrow-rs/pull/5371

   Blob URLs within Azure have the container name as the first path parameter 
when formatted in this way:
   
   https://<account>.blob.core.windows.net/<container> case
   
   # Which issue does this PR close?
   
   Closes #5370
   
   # Rationale for this change
    
   This is support for an additional blob URL format that is provided directly 
from Azure.
   
   # What changes are included in this PR?
   
   An additional test case for this format as well as an additional parsing 
step when the url scheme matches `https` and when the hostname matches 
`dfs.core.windows.net` or `blob.core.windows.net`
   
   # Are there any user-facing changes?
   Users with blob URLs in this format will no longer need to manually provide 
the container when using `from_url`


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