daviewales commented on issue #7046:
URL: https://github.com/apache/arrow-rs/issues/7046#issuecomment-2642396853

   Also in the documentation, it lists
   
   `https://<account>.blob.core.windows.net/<container>`
   
   But not
   
   `https://<account>.dfs.core.windows.net/<container>`
   
   My goal is to be able to use the following in Polars:
   
   ```
   pl.scan_csv('https://<account>.dfs.core.windows.net/<container>/path.csv')
   ```
   
   But I've tried, and it didn't seem to work.
   
   When I checked the `object_store` documentation, I saw that it supported 
`https://<account>.dfs.core.windows.net`, but not 
`https://<account>.dfs.core.windows.net/<container>`, so I thought that might 
be the issue.`
   
   I also saw in the documentation that other URL schemes were specified as 
supporting the `<path>`, but not the `https://<account>.dfs.core.windows.net` 
one.


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