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


##########
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:
   Why are these tests in Spark instead of in the module that defines each 
FileIO?



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