christophediprima commented on PR #1242:
URL: https://github.com/apache/iceberg-rust/pull/1242#issuecomment-2886046514
@wcy-fdu what do you think? Is that doable for you? Does this align with the
priorities you have at RisingWave?
--
This is an automated message from the Apache Git Servic
christophediprima commented on PR #1242:
URL: https://github.com/apache/iceberg-rust/pull/1242#issuecomment-2871859216
Hi we are also working on Iceberg with Azure and we can't really use this as
the only scheme our current supported catalogs handle are wasb or abfs.
--
This is an automat
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
corleyma commented on PR #1242:
URL: https://github.com/apache/iceberg-rust/pull/1242#issuecomment-2836902572
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
Xuanwo commented on PR #1242:
URL: https://github.com/apache/iceberg-rust/pull/1242#issuecomment-2833255014
Azblob and azdls are different storage services, but most Iceberg
implementations seem to treat them as the same.
CC @Fokko, what are your thoughts? Would it be better to add na
wcy-fdu opened a new pull request, #1242:
URL: https://github.com/apache/iceberg-rust/pull/1242
## Which issue does this PR close?
- Closes #.
## What changes are included in this PR?
This PR is similar to the previous one that supported GCS as storage, and it
adds s