rdblue commented on code in PR #6927:
URL: https://github.com/apache/iceberg/pull/6927#discussion_r1117819789


##########
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:
   Why was this needed?



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

Reply via email to