You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/03/17 13:11:38 UTC

[GitHub] [iceberg] openinx opened a new issue #2346: Add flink unit test to validate that ManifestFile could be serialize/deserialize by flink kryo serializers

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue closed issue #2346: Add flink unit test to validate that ManifestFile could be serialize/deserialize by flink kryo serializers

Posted by GitBox <gi...@apache.org>.
rdblue closed issue #2346:
URL: https://github.com/apache/iceberg/issues/2346


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org