Reo-LEI commented on pull request #3552: URL: https://github.com/apache/iceberg/pull/3552#issuecomment-1005379999
Thanks for your step in @rdblue @kbendick ! I figure it out this problem and wrote that on [comment](https://github.com/apache/iceberg/issues/3551#issuecomment-1005360552). I want to close this PR becasue not only the `RowDataWrapper` but also the `StructLikeWrapper` not support serialization(the lambda function of [JavaHash](https://github.com/apache/iceberg/blob/1a11038baaca9f4cf03674654a6d9a85f39a1ce1/api/src/main/java/org/apache/iceberg/types/JavaHash.java#L38) will cause the same error when kryo serialize it). So I will fix this problem on #2898 by use string as partition key. -- 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]
