[
https://issues.apache.org/jira/browse/FLINK-11334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16773837#comment-16773837
]
Aljoscha Krettek commented on FLINK-11334:
------------------------------------------
Implemented for Java Enums on master in
7c0989bf52ec23147a4b61d94fe878a11ab42cd0
> Migrate enum serializers to use new serialization compatibility abstractions
> ----------------------------------------------------------------------------
>
> Key: FLINK-11334
> URL: https://issues.apache.org/jira/browse/FLINK-11334
> Project: Flink
> Issue Type: Sub-task
> Components: State Backends, Checkpointing, Type Serialization System
> Reporter: Tzu-Li (Gordon) Tai
> Assignee: Congxian Qiu(klion26)
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> This subtask covers migration of:
> * EnumSerializerConfigSnapshot
> * ScalaEnumSerializerConfigSnapshot
> to use the new serialization compatibility APIs ({{TypeSerializerSnapshot}}
> and {{TypeSerializerSchemaCompatibility).
> The enum serializer snapshots should be implemented so that on restore the
> order of Enum constants can be reordered (a case for serializer
> reconfiguration), as well as adding new Enum constants.
> Serializers are only considered to have completed migration according to the
> defined list of things to check in FLINK-11327.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)