You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "xccui (via GitHub)" <gi...@apache.org> on 2023/04/28 05:12:37 UTC

[GitHub] [iceberg] xccui commented on issue #7393: The serialization problem caused by Flink shuffling design

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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