Hangxiang Yu created FLINK-30614:
------------------------------------
Summary: Improve resolving schema compatibility -- Milestone two
Key: FLINK-30614
URL: https://issues.apache.org/jira/browse/FLINK-30614
Project: Flink
Issue Type: Sub-task
Components: API / Type Serialization System
Reporter: Hangxiang Yu
In the milestone two, we should:
# Remove TypeSerializerSnapshot#resolveSchemaCompatibility(TypeSerializer<T>
newSerializer) and related implementation.
# Make all places where use
TypeSerializerSnapshot#resolveSchemaCompatibility(TypeSerializer<T>
newSerializer) to check the compatibility call
Typeserializer#resolveSchemaCompatibility(TypeSerializerSnapshot<T>
oldSerializerSnapshot).
# Remove the default implementation of the new method.
It will be done after several stable version.
See FLIP-263 for more details.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)