Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[SPARK-24520] Double braces in documentations
There are double braces in the markdown, which break the link
  • Loading branch information
Fokko Driesprong authored Jun 11, 2018
commit 4db8ff0b4c2ec1c4fad21ac21d49f7af1642f23c
2 changes: 1 addition & 1 deletion docs/structured-streaming-programming-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ event time. For a specific window starting at time `T`, the engine will maintain
data to update the state until `(max event time seen by the engine - late threshold > T)`.
In other words, late data within the threshold will be aggregated,
but data later than the threshold will start getting dropped
(see [later]((#semantic-guarantees-of-aggregation-with-watermarking))
(see [later](#semantic-guarantees-of-aggregation-with-watermarking)
in the section for the exact guarantees). Let's understand this with an example. We can
easily define watermarking on the previous example using `withWatermark()` as shown below.

Expand Down