xccui commented on issue #7393: URL: https://github.com/apache/iceberg/issues/7393#issuecomment-1527001510
Came across this issue. As a workaround, you can try defining your own `com.esotericsoftware.kryo.Serializer` for `DataStatisticsOrRecord` and register it via `env.registerTypeWithKryoSerializer()`. @stevenzwu I feel that at least we can make `DataStatisticsOrRecord` a POJO, right? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
