jackye1995 commented on a change in pull request #1844:
URL: https://github.com/apache/iceberg/pull/1844#discussion_r533892910



##########
File path: core/src/test/java/org/apache/iceberg/TestCatalogUtil.java
##########
@@ -118,7 +118,7 @@ public void loadCustomFileIO_badArg() {
   public void loadCustomFileIO_badClass() {
     AssertHelpers.assertThrows("cannot cast",
         IllegalArgumentException.class,
-        "does not implement FileIO",
+        "does not implement org.apache.iceberg.io.FileIO",

Review comment:
       thanks, will do that




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

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