CTTY commented on code in PR #2996:
URL: https://github.com/apache/iceberg-rust/pull/2996#discussion_r3808926862
##########
crates/catalog/rest/src/client.rs:
##########
@@ -182,13 +178,13 @@ impl HttpClient {
// Queries the Iceberg REST catalog after authentication with the given
`Request` and
// returns a `Response`.
- pub(crate) async fn query_catalog(&self, mut request: HttpRequest) ->
Result<Response> {
+ pub(crate) async fn query_catalog(&self, mut request: HttpRequest) ->
Result<HttpResponse> {
Review Comment:
+1, we should fix the doc reference
--
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]