You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Tzu-Li (Gordon) Tai (JIRA)" <ji...@apache.org> on 2019/01/30 14:57:00 UTC

[jira] [Commented] (FLINK-11329) Migrate all remaining composite serializers to use new serializer snapshot abstraction

    [ https://issues.apache.org/jira/browse/FLINK-11329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16756196#comment-16756196 ] 

Tzu-Li (Gordon) Tai commented on FLINK-11329:
---------------------------------------------

Merged for 1.8.0: 7abaff3516b4afd34e15c6c238fd1ebaae253325

> Migrate all remaining composite serializers to use new serializer snapshot abstraction
> --------------------------------------------------------------------------------------
>
>                 Key: FLINK-11329
>                 URL: https://issues.apache.org/jira/browse/FLINK-11329
>             Project: Flink
>          Issue Type: Sub-task
>          Components: State Backends, Checkpointing, Type Serialization System
>            Reporter: Tzu-Li (Gordon) Tai
>            Assignee: Tzu-Li (Gordon) Tai
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.8.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> This subtask covers migration of:
> * StreamElementSerializerConfigSnapshot
> * NFASerializerConfigSnapshot
> * NullableSerializerConfigSnapshot
> * UnionSerializerConfigSnapshot
> * TwoPhaseCommitSinkFunction.StateSerializerConfigSnapshot
> * TimerSerializerConfigSnapshot
> * SharedBufferSerializerConfigSnapshot
> * RowSerializerConfigSnapshot
> * CompositeSerializer.ConfigSnapshot
> * BufferSerializerConfigSnapshot
> * ScalaOptionSerializerConfigSnapshot
> * ScalaTrySerializerConfigSnapshot
> * TrySerializerConfigSnapshot
> * OptionSerializerConfigSnapshot
> * CollectionSerializerConfigSnapshot
> * CRowSerializerConfigSnapshot
> to use the new serialization compatibility APIs ({{TypeSerializerSnapshot}} and {{TypeSerializerSchemaCompatibility).
> They should use the higher-level {{CompositeTypeSerializerSnapshot}} which handles nested serializer compatibility checks.
> 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)