kevinjqliu commented on issue #2698: URL: https://github.com/apache/iceberg-python/issues/2698#issuecomment-3488028973
Thanks for opening the issue. I wonder if this is an upstream issue. The correct syntax for abfs(s) is ``` abfs[s]://<file_system>@<account_name>.dfs.core.windows.net/<path>/<file_name> ``` according to the [docs](https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri) Would be good to check what the expected path is for the pyarrow implementation -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
