You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Vladislav Pernin (JIRA)" <ji...@apache.org> on 2017/02/24 15:25:44 UTC

[jira] [Commented] (FLINK-2922) Add Queryable Window Operator

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

Vladislav Pernin commented on FLINK-2922:
-----------------------------------------

This ML message seems to indicate this is not in 1.2.0 :
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Queryable-State-and-Windows-td11212.html

In which JIRA is this tracked ?

> Add Queryable Window Operator
> -----------------------------
>
>                 Key: FLINK-2922
>                 URL: https://issues.apache.org/jira/browse/FLINK-2922
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Aljoscha Krettek
>              Labels: requires-design-doc
>         Attachments: FLINK-2922.pdf
>
>
> The idea is to provide a window operator that allows to query the current window result at any time without discarding the current result.
> For example, a user might have an aggregation window operation with tumbling windows of 1 hour. Now, at any time they might be interested in the current aggregated value for the currently in-flight hour window.
> The idea is to make the operator a two input operator where normal elements arrive on input one while queries arrive on input two. The query stream must be keyed by the same key as the input stream. If an input arrives for a key the current value for that key is emitted along with the query element so that the user can map the result to the query.



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