Xuanwo commented on PR #1242: URL: https://github.com/apache/iceberg-rust/pull/1242#issuecomment-2837311085
> I think which blob storage to use in Azure should be a choice for the folks deploying the warehouse and not something that needs to be decided by iceberg sdks -- in other words, why not both? But azdls is definitely recommended for this kind of workload. Hi, I agree with your comments. The issue I'm trying to resolve is which service's API specifications we're using: [`azblob`](https://learn.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api) and [`azdls`](https://learn.microsoft.com/en-us/rest/api/storageservices/data-lake-storage-gen2). From the java's code, seems we should talk with azure with `azdls` instead: https://github.com/apache/iceberg/blob/829ae7a11dc1eb62246c801ce1c7e501356c5463/azure/src/main/java/org/apache/iceberg/azure/adlsv2/ADLSLocation.java#L39C1-L44C29 ``` * For compatibility, locations using the wasb scheme are also accepted but will use the Azure Data * Lake Storage Gen2 REST APIs instead of the Blob Storage REST APIs. * * <p>See <a * href="https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri#uri-syntax">Azure * Data Lake Storage URI</a> ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org