benmatwil opened a new issue, #49972:
URL: https://github.com/apache/arrow/issues/49972

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Initialising an Azure Filesystem object with a SAS key seems to produce a 
URL in the incorrect order and errors. The final URL that I assume is being 
used to query Azure is then shown in the error message. 
   
   I would have expected a URL of the form 
`https://{account_name}.dfs.core.windows.net/path/to/file?{saskey}`.
   
   However instead the error message shows: 
`https://{account_name}.dfs.core.windows.net/{saskey}/path/to/file`. On reading 
a file, it errors.
   
   I can read the file using an account key. 
   
   ### Component(s)
   
   Python


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