Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0.0
-
None
Description
On Quick Start page (https://ci.apache.org/projects/flink/flink-docs-release-1.0/quickstart/run_example_quickstart.html).
The first call, .window(), specifies that we want to have tumbling (non-overlapping) windows of five seconds.
This is not consistent with the sample code. In the sample code,
KeyedStream.timeWindow()
function is used.