[
https://issues.apache.org/jira/browse/FLINK-30614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-30614:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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)