Skip to content

Commit

Permalink
[MINOR][SS] Fix setTimeoutTimestamp doc
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

This patch updates the API doc of `setTimeoutTimestamp` of `GroupState`.

### Why are the changes needed?

Update incorrect API doc.

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

Doc change only.

Closes #39958 from viirya/fix_group_state.

Authored-by: Liang-Chi Hsieh <viirya@gmail.com>
Signed-off-by: Liang-Chi Hsieh <viirya@gmail.com>
(cherry picked from commit a180e67)
Signed-off-by: Liang-Chi Hsieh <viirya@gmail.com>
  • Loading branch information
viirya committed Feb 10, 2023
1 parent 7205567 commit 307ec98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ trait GroupState[S] extends LogicalGroupState[S] {
@throws[IllegalArgumentException](
"if 'timestampMs' is not positive or less than the current watermark in a streaming query")
@throws[UnsupportedOperationException](
"if processing time timeout has not been enabled in [map|flatMap]GroupsWithState")
"if event time timeout has not been enabled in [map|flatMap]GroupsWithState")
def setTimeoutTimestamp(timestampMs: Long): Unit


Expand Down

0 comments on commit 307ec98

Please sign in to comment.