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 2019/10/14 21:26:37 UTC

[GitHub] [incubator-iceberg] rdblue opened a new pull request #546: Use Java collections in GenericDataFile to fix Kryo serialization

rdblue opened a new pull request #546: Use Java collections in GenericDataFile to fix Kryo serialization
URL: https://github.com/apache/incubator-iceberg/pull/546
 
 
   Kryo can't handle guava ImmutableList and ImmutableMap. This commit avoids using those classes in DataFile. The trade-off is that DataFile instances that are copied more than once will not reuse the same immutable metrics maps.
   
   Fixes #446

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


With regards,
Apache Git Services

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