Re: [PR] feat: support azure blob storage [iceberg-rust]

2025-05-16 Thread via GitHub
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

Re: [PR] feat: support azure blob storage [iceberg-rust]

2025-05-12 Thread via GitHub
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

Re: [PR] feat: support azure blob storage [iceberg-rust]

2025-04-28 Thread via GitHub
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

Re: [PR] feat: support azure blob storage [iceberg-rust]

2025-04-28 Thread via GitHub
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

Re: [PR] feat: support azure blob storage [iceberg-rust]

2025-04-27 Thread via GitHub
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

[PR] feat: support azure blob storage [iceberg-rust]

2025-04-23 Thread via GitHub
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