Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
Description
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.