You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Timo Walther (JIRA)" <ji...@apache.org> on 2019/06/04 08:47:00 UTC

[jira] [Created] (FLINK-12726) Fix ANY type serialization

Timo Walther created FLINK-12726:
------------------------------------

             Summary: Fix ANY type serialization
                 Key: FLINK-12726
                 URL: https://issues.apache.org/jira/browse/FLINK-12726
             Project: Flink
          Issue Type: Sub-task
          Components: Table SQL / API
            Reporter: Timo Walther
            Assignee: Timo Walther


Every logical type needs to be string serializable. In old versions we used Java serialization logic for it. Since an any type has no type information anymore but just type serializer, we can use the snapshot to write out an any type into properties in a backward compatible way.

However, the current serialization logic is wrong.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)