kylebarron commented on issue #443: URL: https://github.com/apache/arrow-rs-object-store/issues/443#issuecomment-3102647955
> [This line change](https://github.com/apache/arrow-rs-object-store/pull/399/files#diff-5583e398a8deec11b274d9965eff8b5ade5226c7a020ca214a27d7d07dcc8a29R113) seems breaking the old behavior. That change only changed the behavior for `adl`, `azure`, `abfs`, and `abfss` URLs. It did not change the behavior for `az://` urls. We document that we support `az://` URLs of the format: https://github.com/apache/arrow-rs-object-store/blob/cd931979bdb753fbbfca90db118dbbd93a4f1fdc/src/parse.rs#L55 Your URL does not contain an `account` in the URL. It worked the same way for the `az://` prefix in 0.12: https://github.com/apache/arrow-rs-object-store/blob/e71f94eb1a7766125fb8c17b5fd9da1afd0e715a/src/parse.rs#L55 -- 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]
