Hi, in fact, the ability to get column comment rely on the new schema framework, until now, created table just provide deprecated `TableSchema`, so the merge request also take effect in your version. On 12/7/2022 19:38,黑猪<blackpi...@dingtalk.com.INVALID> wrote: I looked at this commit, not knowing if it is a different version, the commit is different from problem I encountered in flink1.14.3 ------------------------------------------------------------------ 发件人:Jingsong Li <jingsongl...@gmail.com> 发送时间:2022年12月7日(星期三) 18:38 收件人:dev <dev@flink.apache.org> 主 题:Re: [DISCUSS] the bug with column lost comment Hi, https://github.com/apache/flink/pull/21182 is being reviewed. You can take a look. Best, Jingsong On Wed, Dec 7, 2022 at 4:46 PM 黑猪 <blackpi...@dingtalk.com.invalid> wrote:
[DISCUSS] i want to fix the bug with column lost comment,And I have some ideas, use the new ResolvedSchema to be compatible with existing usage systems while ensuring that the original tableSchema is unchanged.From flink's existing conception, the new object should be mature, so why not switch to the latest ResolvedSchema?