diff --git a/docs/structured-streaming-programming-guide.md b/docs/structured-streaming-programming-guide.md index 25dcb148acff0..1779a4215e085 100644 --- a/docs/structured-streaming-programming-guide.md +++ b/docs/structured-streaming-programming-guide.md @@ -1352,7 +1352,7 @@ there were no matches and there will be no more matches in future. Inner Supported, optionally specify watermark on both sides + - time constraints for state cleanup< + time constraints for state cleanup @@ -1392,7 +1392,7 @@ Additional details on supported joins: - Cannot use streaming aggregations before joins. - - Cannot use mapGroupsWithState and flatMapGroupsWithState in Update mode cannot before joins. + - Cannot use mapGroupsWithState and flatMapGroupsWithState in Update mode before joins. ### Streaming Deduplication