tustvold commented on code in PR #4573:
URL: https://github.com/apache/arrow-rs/pull/4573#discussion_r1287393293
##########
object_store/src/azure/mod.rs:
##########
@@ -911,7 +928,13 @@ impl MicrosoftAzureBuilder {
(true, url, credential, account_name)
} else {
let account_name = self.account_name.ok_or(Error::MissingAccount
{})?;
- let account_url = format!("https://{}.blob.core.windows.net",
&account_name);
+ let account_url = if account_name.contains("onelake") {
Review Comment:
This feels rather fragile...
--
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]