You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2017/11/09 14:35:05 UTC

flink git commit: [hotfix] Fix formatting in windowing documentation

Repository: flink
Updated Branches:
  refs/heads/master 624df0120 -> b221714dc


[hotfix] Fix formatting in windowing documentation


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b221714d
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b221714d
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b221714d

Branch: refs/heads/master
Commit: b221714dc5bc98763712049a352fae73598c82d9
Parents: 624df01
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Thu Nov 9 15:34:44 2017 +0100
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Thu Nov 9 15:34:44 2017 +0100

----------------------------------------------------------------------
 docs/dev/stream/operators/windows.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/b221714d/docs/dev/stream/operators/windows.md
----------------------------------------------------------------------
diff --git a/docs/dev/stream/operators/windows.md b/docs/dev/stream/operators/windows.md
index 798b7bb..7966ec8 100644
--- a/docs/dev/stream/operators/windows.md
+++ b/docs/dev/stream/operators/windows.md
@@ -1293,6 +1293,7 @@ Before continuing in this section you might want to take a look at our section a
 [event time and watermarks]({{ site.baseurl }}/dev/event_time.html).
 
 When watermarks arrive at the window operator this triggers two things:
+
  - the watermark triggers computation of all windows where the maximum timestamp (which is
  *end-timestamp - 1*) is smaller than the new watermark
  - the watermark is forwarded (as is) to downstream operations