simonykq commented on issue #10710: URL: https://github.com/apache/iceberg/issues/10710#issuecomment-2430696977
@pvary Hi, thanks for your reply. Not sure if I understand this correctly, but if you want to write your own serializer, I believe you need to do: ``` see.getConfig().registerTypeWithKryoSerializer(WriteResult.class, YourWriteResultSerializer.class); ``` which I believe would still need to enable generics to take effect no? -- 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. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org