[
https://issues.apache.org/jira/browse/FLINK-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gyula Fora resolved FLINK-1657.
-------------------------------
Resolution: Implemented
> 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
> Assignee: 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)