[
https://issues.apache.org/jira/browse/FLINK-30614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17885200#comment-17885200
]
Zakelly Lan commented on FLINK-30614:
-------------------------------------
Merge 6a76eee ... be90707 into master
> 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
> Assignee: Han Yin
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.0-preview
>
>
> 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)