GitHub user haohui opened a pull request: https://github.com/apache/flink/pull/3252
[FLINK-5624] Support tumbling window on streaming tables in the SQL API. This is a POC to add tumbling window support for streaming tables in SQL. Essentially it recognizes the `LogicalWindow` construct in Calcite and transform it to the `LogicalWindowAggregate` in flink. Feedbacks are highly appreciated. You can merge this pull request into a Git repository by running: $ git pull https://github.com/haohui/flink FLINK-5624 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3252.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3252 ---- commit a8d4b5042e8bcd1b149f8915118c116e419690e0 Author: Haohui Mai <whe...@apache.org> Date: 2017-02-01T22:03:44Z [FLINK-5624] Support tumbling window on streaming tables in the SQL API. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---