[
https://issues.apache.org/jira/browse/FLINK-28697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626487#comment-17626487
]
Zhu Zhu commented on FLINK-28697:
---------------------------------
My major concern is that whether the change is possible to break the
compatibility of existed external checkpoints.
Although looks to me it will not. I still hope some other experts like [~yunta]
can help to double confirm it.
> MapDataSerializer doesn't declare a serialVersionUID
> ----------------------------------------------------
>
> Key: FLINK-28697
> URL: https://issues.apache.org/jira/browse/FLINK-28697
> Project: Flink
> Issue Type: Bug
> Components: API / Type Serialization System
> Affects Versions: 1.15.1
> Reporter: Josh Mahonin
> Priority: Major
> Labels: pull-request-available
>
> MapDataSerializer doesn't declare a serialVersionUID, which can manifest as a
> InvalidClassException when attempting to serialize with different JREs for
> compilation / runtime.
> {code:java}
> Caused by: java.io.InvalidClassException:
> org.apache.flink.table.runtime.typeutils.MapDataSerializer; local class
> incompatible: stream classdesc serialVersionUID = 2533002123505507000, local
> class serialVersionUID = 1622156938509929811 {code}
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)