RussellSpitzer commented on code in PR #12855: URL: https://github.com/apache/iceberg/pull/12855#discussion_r2075730228
########## data/src/test/java/org/apache/iceberg/data/TestGenericRecord.java: ########## @@ -58,4 +60,27 @@ public void testGetIncorrectClassInstance() { .isInstanceOf(IllegalStateException.class) .hasMessage("Not an instance of java.lang.CharSequence: 10"); } + + @Test + public void deepCopyValues() { Review Comment: nit: testDeepCopyValues() -- 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