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)