Skip to content

Commit

Permalink
[MINOR][SS] Remove duplicate 'add' in comment of `StructuredSessioniz…
Browse files Browse the repository at this point in the history
…ation`.

## What changes were proposed in this pull request?

`StructuredSessionization` comment contains duplicate 'add', I think it should be changed.

## How was this patch tested?

Exists UT.

Closes #24589 from beliefer/remove-duplicate-add-in-comment.

Lead-authored-by: gengjiaan <gengjiaan@360.cn>
Co-authored-by: Jiaan Geng <beliefer@163.com>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
(cherry picked from commit 7dd2dd5)
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
  • Loading branch information
2 people authored and HyukjinKwon committed May 15, 2019
1 parent fd17726 commit 306ebb2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ object StructuredSessionization {
line.split(" ").map(word => Event(sessionId = word, timestamp))
}

// Sessionize the events. Track number of events, start and end timestamps of session, and
// Sessionize the events. Track number of events, start and end timestamps of session,
// and report session updates.
val sessionUpdates = events
.groupByKey(event => event.sessionId)
Expand Down

0 comments on commit 306ebb2

Please sign in to comment.