Xuanwo commented on code in PR #1010:
URL: https://github.com/apache/iceberg-rust/pull/1010#discussion_r2000585052


##########
crates/catalog/rest/src/client.rs:
##########
@@ -214,7 +214,9 @@ impl HttpClient {
 
     #[inline]
     pub fn request<U: IntoUrl>(&self, method: Method, url: U) -> 
RequestBuilder {
-        self.client.request(method, url)
+        self.client

Review Comment:
   cc @chenzl25 waht do you think?



-- 
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]

Reply via email to