openinx commented on pull request #2343: URL: https://github.com/apache/iceberg/pull/2343#issuecomment-810840862
> Unable to create serializer "com.esotericsoftware.kryo.serializers.FieldSerializer" for class: jdk.internal.ref.Cleaner OK, from the class name `jdk.internal.ref.Cleaner`, I guess you are testing this in openjdk-11 because that class was introduced since jdk11 ( see [here](https://github.com/AdoptOpenJDK/openjdk-jdk11/blob/master/src/java.base/share/classes/jdk/internal/ref/Cleaner.java)) , I run tests under jdk8 so I did not encounter this issue. Any way , I think it's necessary to address this issue, let me consider how to get this done. -- 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]
