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


With regards,
Apache Git Services

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

Reply via email to