Re: [DISCUSS] the bug with column lost comment

2022-12-07 Thread yuxia
: "dev" 发送时间: 星期三, 2022年 12 月 07日 下午 8:55:26 主题: Re: [DISCUSS] the bug with column lost comment 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 y

Re: [DISCUSS] the bug with column lost comment

2022-12-07 Thread 李宇彬
version, the commit is different from problem I encountered in flink1.14.3 -- 发件人:Jingsong Li 发送时间:2022年12月7日(星期三) 18:38 收件人:dev 主 题:Re: [DISCUSS] the bug with column lost comment Hi, https://github.com/apache/flink/pull/21182 is being

回复:[DISCUSS] the bug with column lost comment

2022-12-07 Thread 黑猪
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 发送时间:2022年12月7日(星期三) 18:38 收件人:dev 主 题:Re: [DISCUSS] the bug with column lost

Re: [DISCUSS] the bug with column lost comment

2022-12-07 Thread Jingsong Li
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 黑猪 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 usa

[DISCUSS] the bug with column lost comment

2022-12-07 Thread 黑猪
[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