You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gyula Fora (JIRA)" <ji...@apache.org> on 2015/03/06 12:45:38 UTC

[jira] [Created] (FLINK-1657) Make count windows local automatically

Gyula Fora created FLINK-1657:
---------------------------------

             Summary: Make count windows local automatically
                 Key: FLINK-1657
                 URL: https://issues.apache.org/jira/browse/FLINK-1657
             Project: Flink
          Issue Type: Improvement
          Components: Streaming
            Reporter: Gyula Fora


Count windows should be automatically discretized in parallel as it doesnt break the assumptions on the window:

ds.window(Count.of(10)) is equivalent to ds.window(Count.of(10)).local() if we dont make ordering guarantees and the second version is distributed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)