HeartSaVioR commented on issue #1279: URL: https://github.com/apache/iceberg/issues/1279#issuecomment-666926834
Looks like widely used approach is leveraging https://github.com/magro/kryo-serializers , but Iceberg's Guava version is too far, and we even shade the class. My guess is that we need to implement our own KryoRegistrator, but this means we require end users to add the class to their Spark config. ---------------------------------------------------------------- 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]
