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


##########
spark/v3.3/spark/src/test/java/org/apache/iceberg/TestFileIOSerialization.java:
##########
@@ -101,6 +104,60 @@ public void testHadoopFileIOJavaSerialization() throws 
IOException, ClassNotFoun
     Assert.assertEquals("Conf values must be present", "v2", 
actualConf.get("k2"));
   }
 
+  @Test
+  public void testResolvingFileIOKryoSerialization() throws IOException {

Review Comment:
   Kryo should work out of the box without chill (see my comment above), so it 
shouldn't be an issue.
   
   Can you add the Kryo test helper to `org.apache.iceberg.TestHelpers`?



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