Tom-Newton commented on PR #40325: URL: https://github.com/apache/arrow/pull/40325#issuecomment-1977371243
> I will start with one rule: both `abfss` and `abfs` map to `scheme=https` in `AzureOptions` That is fine with me. > what are the semantics of each URI format and how they map to this implementation? For Hadoop format URIs I would probably just extract the storage account name. That means there is a lot of redundant information in the URL but I don't think that is really a problem and it gives us compatibility which I think is important. If we want to support other URIs formats too that would be useful to some people. Some examples I've seen on other filesystems: https://docs.rs/object_store/latest/object_store/azure/struct.MicrosoftAzureBuilder.html#method.with_url https://github.com/fsspec/adlfs -- 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]
