From 481b65e1f735db063468f503be48370b17bf97e1 Mon Sep 17 00:00:00 2001 From: Tobii42 <6823795+Tobii42@users.noreply.github.com> Date: Mon, 18 Jun 2018 16:55:59 +0200 Subject: [PATCH] Window-Doc: Removed duplicate line --- docs/dev/stream/operators/windows.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/dev/stream/operators/windows.md b/docs/dev/stream/operators/windows.md index ad2b516b78fd1..f657c80379ddf 100644 --- a/docs/dev/stream/operators/windows.md +++ b/docs/dev/stream/operators/windows.md @@ -1412,7 +1412,6 @@ val globalResults = resultsPerKey In this example, the results for time window `[0, 5)` from the first operation will also end up in time window `[0, 5)` in the subsequent windowed operation. This allows calculating a sum per key and then calculating the top-k elements within the same window in the second operation. -and then calculating the top-k elements within the same window in the second operation. ## Useful state size considerations