kylebarron commented on code in PR #403: URL: https://github.com/apache/arrow-rs-object-store/pull/403#discussion_r2135916931
########## src/azure/builder.rs: ########## @@ -658,8 +658,8 @@ impl MicrosoftAzureBuilder { }; match parsed.scheme() { - "az" | "adl" | "azure" => self.container_name = Some(validate(host)?), - "abfs" | "abfss" => { + "adl" | "azure" => self.container_name = Some(validate(host)?), + "az" | "abfs" | "abfss" => { Review Comment: Can you add a test of the form `az://contai...@account.dfs.core.windows.net/path-part/file`? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org