DerGut opened a new pull request, #1417: URL: https://github.com/apache/iceberg-rust/pull/1417
## Which issue does this PR close? - Relates to #1360. I tested again fileIO operations with the `wasbs://` scheme, and the current implementation mistakenly used the `blob` endpoint which is lacking the ADLS APIs. ## What changes are included in this PR? The code now always uses the `dfs` endpoint, regardless of whether a user passes `wasb[s]://` or `abfs[s]://`. Because the `AzureStoragePath::storage_service` field isn't read, I've removed it. ## Are these changes tested? Yes, I adapted the test suit accordingly. -- 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]
