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

   ## Which issue does this PR close?
   
   Related to https://github.com/apache/iceberg-rust/issues/1249
   
   ## What changes are included in this PR?
   
   In this PR, I introduce two new error status: `ALREADY_EXISTS` and 
`NOT_FOUND`, which I borrowed from grpc status code.
   https://grpc.io/docs/guides/status-codes/
   
   I'm willing and happy to discuss more on the error status propagation and 
error testing; this PR serves as an example to add clearer and detailed error 
codes.
   
   ## Are these changes tested?
   
   I checked with `cargo test` and doesn't find any breakage.


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