You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-zh@flink.apache.org by Asahi Lee <97...@qq.com> on 2021/06/15 03:44:38 UTC

flink 1.13.1 org.apache.flink.table.catalog.Column 类为什么没有实现Serializable接口

hi!
&nbsp; &nbsp; &nbsp;org.apache.flink.table.catalog.Column 没有Serializable实现,是否可以支持Serializable?

Re: flink 1.13.1 org.apache.flink.table.catalog.Column 类为什么没有实现Serializable接口

Posted by "wenlong.lwl" <we...@gmail.com>.
不能直接支持serializable,里面包含的field的类型太多了,不大可能全部支持serializable,序列化可以参考:
CatalogPropertiesUtil

On Tue, 15 Jun 2021 at 11:45, Asahi Lee <97...@qq.com> wrote:

> hi!
> &nbsp; &nbsp; &nbsp;org.apache.flink.table.catalog.Column
> 没有Serializable实现,是否可以支持Serializable?