[jira] [Commented] (FLINK-19449) LEAD/LAG cannot work correctly in streaming mode

2021-03-07 Thread laiyijie (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17297055#comment-17297055 ] laiyijie commented on FLINK-19449: -- LI, Implementation  without the index may not be so good, but is a

[jira] [Commented] (FLINK-19449) LEAD/LAG cannot work correctly in streaming mode

2021-03-06 Thread laiyijie (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17296775#comment-17296775 ] laiyijie commented on FLINK-19449: -- Support LAG firstly is a good idea. I think LAG is a basic

[jira] [Commented] (FLINK-19449) LEAD/LAG cannot work correctly in streaming mode

2021-03-01 Thread laiyijie (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17292701#comment-17292701 ] laiyijie commented on FLINK-19449: -- 在流式处理中遇到同样的问题 sql语句为 select *, lead(`at`) over ( partition by