You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/03 21:34:41 UTC

[jira] [Commented] (FLINK-6011) Support TUMBLE, HOP, SESSION window in streaming SQL

    [ https://issues.apache.org/jira/browse/FLINK-6011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954189#comment-15954189 ] 

ASF GitHub Bot commented on FLINK-6011:
---------------------------------------

GitHub user haohui opened a pull request:

    https://github.com/apache/flink/pull/3665

    [FLINK-6011] Support TUMBLE, HOP, SESSION window in streaming SQL.

    This PR adds supports for the `TUMBLE`, `HOP`, and `SESSION` windows in Flink.
    
    The work of supporting WindowStart and WindowEnd expressions will be deferred to FLINK-6012.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/haohui/flink FLINK-6011

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3665.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 #3665
    
----
commit ef54aea409ea95feb04e651a0fde2fd4b620d888
Author: Haohui Mai <wh...@apache.org>
Date:   2017-04-03T21:32:09Z

    [FLINK-6011] Support TUMBLE, HOP, SESSION window in streaming SQL.

----


> Support TUMBLE, HOP, SESSION window in streaming SQL
> ----------------------------------------------------
>
>                 Key: FLINK-6011
>                 URL: https://issues.apache.org/jira/browse/FLINK-6011
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table API & SQL
>            Reporter: Haohui Mai
>            Assignee: Haohui Mai
>
> CALCITE-1603 and CALCITE-1615 introduces the support of the {{TUMBLE}} / {{HOP}} / {{SESSION}} windows in the parser.
> This jira tracks the efforts of adding the corresponding supports on the planners / optimizers in Flink.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)