coded9 commented on code in PR #13143:
URL: https://github.com/apache/iceberg/pull/13143#discussion_r2450451901
##########
core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java:
##########
@@ -959,6 +966,35 @@ public void testLoadMissingTable() {
.hasMessageStartingWith("Table does not exist: ns.tbl");
}
+ @Test
+ public void testLoadTableWithMissingMetadatafile(@TempDir Path tempDir)
throws IOException {
Review Comment:
Yes, the ErrorHandlers is specific to REST catalog, but the test would be
applicable for all kind of catalogs. All other catalogs return NotFound
exception
--
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]