Re: How to use

2020-10-18 文章 Congxian Qiu
Hi To subscribe to the user mail list, you need to send a mail to user-zh-subscr...@flink.apache.org, you can get more info here[1] 可以发送邮件到 user-zh-subscr...@flink.apache.org 订阅 user-zh 邮件列表 https://flink.apache.org/community.html#mailing-lists Best, Congxian fangzhou ding

How to use

2020-10-18 文章 fangzhou ding
How to receive email from here

Re: How to use two continuously window with EventTime in sql

2019-10-29 文章 Jark Wu
Hi, You can use TUMBLE_ROWTIME(...) to get the rowtime attribute of the first window result, and use this field to apply a following window aggregate. See more https://ci.apache.org/projects/flink/flink-docs-master/dev/table/sql.html#group-windows Best, Jark On Tue, 29 Oct 2019 at 15:39, 刘建刚

How to use two continuously window with EventTime in sql

2019-10-29 文章 刘建刚
For one sql window, I can register table with event time and use time field in the tumble window. But if I want to use the result for the first window and use another window to process it, how can I do it? Thank you.