Xuanwo

Results 1650 comments of Xuanwo

I'm guessing https://github.com/apache/iceberg-rust/pull/498 should close this issue. Would you like to verify it?

> It's a presign process, but it's not the client's responsibility to presign. The get config will return the s3.signer.uri, and the load table will return s3.remote-signing-enabled as true along...

> Me and @ZENOTME did integration tests in icelake before, and I have to say that without sql engine support, it's painful to maintain those tests. I agree that we...

I believe this should have been fixed. Please feel free to open new issues if still exists.

Thanks for raising the issue! I'm open to switching our HTTP client from reqwest to hyper, which offers us greater control over the underlying HTTP operations. I can see the...

I think about this again and plan to introduce a `HttpClient` trait: ```rust trait HttpClient { async fn send(&self, req: Request) -> Response; } ``` You can do whatever you...

Hi @wenym1, this feature has been implemented as seen in https://github.com/apache/opendal/issues/4471. We plan to include it in `v0.50.1`, our upcoming release.

Yes, I do be aware that jianguoyun doesn't closely adhere to the WebDAV specifications. Super sad. The best approach is to set the current list implementation as the default and...

Hi, @Samrose-Ahmed, does this issue related to https://github.com/apache/opendal/issues/4964?

Thank you! I will redirect the discussion here.