nastra commented on code in PR #6927: URL: https://github.com/apache/iceberg/pull/6927#discussion_r1118361661
########## core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java: ########## @@ -736,7 +736,7 @@ public void testRenameTableMissingSourceTable() { AssertHelpers.assertThrows( "Should reject renaming a table that does not exist", NoSuchTableException.class, - "Table does not exist", + "does not exist", Review Comment: I've updated the error msg so that we don't need that change -- 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