-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-20224][SS] Updated docs for streaming dropDuplicates and mapGroupsWithState #17539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #75544 has finished for PR 17539 at commit
|
|
Test build #75545 has finished for PR 17539 at commit
|
| outputEncoder: Encoder[U], | ||
| timeoutConf: GroupStateTimeout): Dataset[U] = { | ||
| mapGroupsWithState[S, U]( | ||
| mapGroupsWithState[S, U](timeoutConf)( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch
| public void setExpired(boolean expired) { this.expired = expired; } | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: extra lines
|
|
||
| // With watermark using guid and eventTime columns | ||
| streamingDf | ||
| .withWatermark("eventTime", "10 seconds") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: missing \ at end of line here and above
|
LGTM |
|
Test build #75556 has finished for PR 17539 at commit
|
What changes were proposed in this pull request?
How was this patch tested?
Manually ran examples.