connortsui20 opened a new pull request, #962:
URL: https://github.com/apache/iceberg-rust/pull/962

   Several of the error messages in `iceberg-catalog-rest` had misleading error 
messages, so this PR fixes some of those.
   
   Additionally, several of the `Catalog` methods on `RestCatalog` do not 
accept `StatusCode::OK` as a successful response, so I've added that in as 
well. This meant that some of the `client.rs` functions had to change, but 
given that they are only used so many times I thought it was fine to remove the 
const generics.
   
   There are also a few other things that could be cleaned up but I'll keep 
this PR short.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to