openinx opened a new issue #2346: URL: https://github.com/apache/iceberg/issues/2346
We spark's kryo serializers have registered some serializers, which could serialize/deserialize the UnmodificableList by default, so it's OK to serialize/deserialize the `ManifestFile`. But we flink don't have those registers, we will need to provide a unit test to validate that the ManifestFile could be serialized/deserialized by flink's kryo serializer, similiar to the [TestManifestFileSerialization](https://github.com/apache/iceberg/blob/8a84715205631a17668ec8d63a791a25fb511992/spark/src/test/java/org/apache/iceberg/TestManifestFileSerialization.java#L52) ---------------------------------------------------------------- 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]
