Skip to content

Commit 4db8ff0

Browse files
author
Fokko Driesprong
authored
[SPARK-24520] Double braces in documentations
There are double braces in the markdown, which break the link
1 parent 3e5b4ae commit 4db8ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/structured-streaming-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ event time. For a specific window starting at time `T`, the engine will maintain
926926
data to update the state until `(max event time seen by the engine - late threshold > T)`.
927927
In other words, late data within the threshold will be aggregated,
928928
but data later than the threshold will start getting dropped
929-
(see [later]((#semantic-guarantees-of-aggregation-with-watermarking))
929+
(see [later](#semantic-guarantees-of-aggregation-with-watermarking)
930930
in the section for the exact guarantees). Let's understand this with an example. We can
931931
easily define watermarking on the previous example using `withWatermark()` as shown below.
932932

0 commit comments

Comments
 (0)