JingsongLi commented on issue #1438:
URL: https://github.com/apache/iceberg/issues/1438#issuecomment-693777926


   > we also need to implement the custom Kryo Serializers for the network 
transfer btw writer and committer
   
   We can use Flink `DataFileTypeSerializer` to network too.
   
   +1 to store all the DataFile objects in a `ManifestFile`. 
   
   But I think it is good to introduce `SimpleVersionedSerializer`s[1] for 
`DataFile` and `ManifestFile` too, we may need `FlinkDataFile` and 
`FlinkManifestFile`. The `SimpleVersionedSerializer` is a simpler design than 
`state-serializers-and-schema-evolution`, it is completely internal 
implementation in iceberg serializers.
   
   
[1]https://ci.apache.org/projects/flink/flink-docs-master/api/java/org/apache/flink/core/io/SimpleVersionedSerialization.html


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

Reply via email to