Re: Flink 1.15 Interval Join error after Deduplicate

2022-10-16 Thread Yuxia Luo
The view A try to do de-duplication using event time, which will still produce update rows. if you using proc time to do de-duplication.Then the view A should only produce append only rows. Best regards, Yuxia > 2022年10月15日 上午9:50,liebin...@whu.edu.cn 写道: > > I had a problem with Interva

Re: Flink 1.15 Interval Join error after Deduplicate

2022-10-16 Thread Yuxia Luo
> view A should only produce insert rows No, the view A will still produce update/delete rows. Best regards, Yuxia > 2022年10月15日 上午9:50,liebin...@whu.edu.cn 写道: > > view A should only produce insert rows

Re: SQL Changes between 1.14 and 1.15?

2022-10-16 Thread Yuxia Luo
Thanks for raising it. It seems a bug that introduced by this pr [1]. I have created [FLINK-29651] to trace it. [1] https://github.com/apache/flink/pull/19001 [2] https://issues.apache.org/jira/browse/FLINK-26520