Xuanwo commented on issue #1038: URL: https://github.com/apache/iceberg-rust/issues/1038#issuecomment-2717517040
Adding a separate error type for the catalog doesn't make it easier for users; instead, it adds more work on their end. At this stage, I think it would be good to have `ErrorKind::TableNotFound` and `ErrorKind::NamespaceExists`. Users can easily handle these errors and obtain detailed information from the error message or context. -- 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]
