[GitHub] [flink] JingsongLi commented on pull request #15569: [FLINK-21247][table] Fix problem in MapDataSerializer#copy when there…

2021-04-26 Thread GitBox
JingsongLi commented on pull request #15569: URL: https://github.com/apache/flink/pull/15569#issuecomment-826456129 @cshuo Can you create a PR for release-1.13? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [flink] JingsongLi commented on pull request #15569: [FLINK-21247][table] Fix problem in MapDataSerializer#copy when there…

2021-04-25 Thread GitBox
JingsongLi commented on pull request #15569: URL: https://github.com/apache/flink/pull/15569#issuecomment-826456129 @cshuo Can you create a PR for release-1.13? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [flink] JingsongLi commented on pull request #15569: [FLINK-21247][table] Fix problem in MapDataSerializer#copy when there…

2021-04-15 Thread GitBox
JingsongLi commented on pull request #15569: URL: https://github.com/apache/flink/pull/15569#issuecomment-820897329 The root cause is that there is a custom `MapData` implementation from iceberg source. You can create a custom source with custom `MapData` to re-produce this problem.