nastra commented on code in PR #16611:
URL: https://github.com/apache/iceberg/pull/16611#discussion_r3465011364


##########
core/src/test/java/org/apache/iceberg/formats/TestFormatModelRegistry.java:
##########
@@ -86,6 +88,77 @@ void testFailingReRegistrations() {
         .hasMessageContaining("Cannot register class");
   }
 
+  @Test
+  void registerDoesNotFailWhenClassThrowsNoClassDefFoundOnInvoke() {

Review Comment:
   I'm not sure we want to introduce additional production code just to make 
this better testable. Let's see what @danielcweeks and @rdblue think about 
testing this



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