You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by "Manu Zhang (JIRA)" <ji...@apache.org> on 2017/05/27 08:13:04 UTC

[jira] [Created] (GEARPUMP-316) Don't enforce groupBy after window

Manu Zhang created GEARPUMP-316:
-----------------------------------

             Summary: Don't enforce groupBy after window
                 Key: GEARPUMP-316
                 URL: https://issues.apache.org/jira/browse/GEARPUMP-316
             Project: Apache Gearpump
          Issue Type: Sub-task
            Reporter: Manu Zhang


Return a normal Stream instead of WindowStream on window function. Window function defines a boundary (window) for elements and the following operations should fall in corresponding boundaries. The boundary should not change until a new window function is defined. The default boundary is the {{GlobalWindows}}.

This means there will be a window context for each underlying task. Elements are emitted in terms of the trigger semantics. 



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