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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Starting from version 20, Pyarrow has support for Azure filesystems.
   
   ABFS URIs have this 
[format](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri):
 abfs[s]://<file_system>@<account_name>.dfs.core.windows.net//<file_name>
   
   But Pyarrow library expects the following path format for Azure: 
abfs[s]://<file_system>//<file_name>.
   
   As you see, the part "@<account_name>.<dfs|blob>.core.windows.net" prevents 
users to use pyarrow file io in Azure environment. 
   
   More detailed issue description in Pyiceberg repo where the issue was first 
spotted: https://github.com/apache/iceberg-python/issues/2698
   
   ### 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