-
Notifications
You must be signed in to change notification settings - Fork 29k
[MINOR][SS]Remove duplicate 'add' in comment of StructuredSessionization.
#24589
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
StructuredSessionization.StructuredSessionization.
|
Test build #105347 has finished for PR 24589 at commit
|
gaborgsomogyi
left a comment
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.
LGTM.
|
It's fine. but mind taking another look and see if there are some more typos to fix? I am sure there are more. |
HeartSaVioR
left a comment
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.
LGTM
Thank you. I found another two typos, but I'm not sure. |
|
Test build #105371 has finished for PR 24589 at commit
|
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.
Hm, other two occurrences are fine.
I'll just get this in - let's just keep the and typo fix only in this PR
- // 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,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.
Hm, other two occurrences are fine.
I'll just get this in - let's just keep the
andtypo fix only in this PR- // 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,
I find another type timestamps and changed to time stamps.
Is Sessionize a typo?
|
Test build #105378 has finished for PR 24589 at commit
|
| } | ||
|
|
||
| // Sessionize the events. Track number of events, start and end timestamps of session, and | ||
| // Sessionize the events. Track number of events, start and end time stamps of session, |
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.
I believe timestamp is fine ..
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.
I believe timestamp is fine ..
Is Sessionize a typo?
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.
Not a typo. Just remove 'and' here
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.
OK. I have recovered timestamps.
recover timestamps
|
Test build #105403 has finished for PR 24589 at commit
|
…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 <[email protected]> Co-authored-by: Jiaan Geng <[email protected]> Signed-off-by: HyukjinKwon <[email protected]> (cherry picked from commit 7dd2dd5) Signed-off-by: HyukjinKwon <[email protected]>
|
Merged to master, branch-2.4 and branch-2.3 |
…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 <[email protected]> Co-authored-by: Jiaan Geng <[email protected]> Signed-off-by: HyukjinKwon <[email protected]> (cherry picked from commit 7dd2dd5) Signed-off-by: HyukjinKwon <[email protected]>
|
@HyukjinKwon @srowen Thanks all your help! @gaborgsomogyi @HeartSaVioR Thanks all your review. |
…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 apache#24589 from beliefer/remove-duplicate-add-in-comment. Lead-authored-by: gengjiaan <[email protected]> Co-authored-by: Jiaan Geng <[email protected]> Signed-off-by: HyukjinKwon <[email protected]> (cherry picked from commit 7dd2dd5) Signed-off-by: HyukjinKwon <[email protected]>
…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 apache#24589 from beliefer/remove-duplicate-add-in-comment. Lead-authored-by: gengjiaan <[email protected]> Co-authored-by: Jiaan Geng <[email protected]> Signed-off-by: HyukjinKwon <[email protected]> (cherry picked from commit 7dd2dd5) Signed-off-by: HyukjinKwon <[email protected]>
What changes were proposed in this pull request?
StructuredSessionizationcomment contains duplicate 'add', I think it should be changed.How was this patch tested?
Exists UT.