dannycjones opened a new issue, #2594: URL: https://github.com/apache/iceberg-rust/issues/2594
### Apache Iceberg Rust version None ### Describe the bug Instead of wrapping table not found in a proper TableNotFound error, today we instead map it to an Unexpected Iceberg error with the SDK error as the source. ### To Reproduce Load a non-existent table using the s3tables catalog. I will add a test for this. ### Expected behavior I expected an Iceberg "TableNotFound" error rather than "Unexpected". ### Willingness to contribute I can contribute a fix for this bug independently -- 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]
