-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-10265][Documentation, ML] Fixed @Since annotation to ml.regression #8728
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
|
@ehsanmok according to the warning message, we have any conflicts with the master. You need to update your PR. So I'd like to explain how to resolve that. And I'd like to review this PR after the first test pass. When I have conflicts with the master after sending a PR, I always do the following operations. If you have any questions, please don't hesitate to ask. |
|
@yu-iskw Thank you very much for the detailed explanations! I just want to make sure that when I resolve the conflicts (also "Scalastyle checks passed") and do |
|
@ehsanmok it depends on the situation. Since I don't know what kind of files appeared as unmerged files, it's hard to decide if you need to add them or not. |
|
@yu-iskw should be fine now. Please test it. |
|
ok to test |
|
@mengxr can you run the test when you have time. |
|
ok to test |
|
add to whitelist |
|
Test build #44842 has finished for PR 8728 at commit
|
|
Test build #44989 has finished for PR 8728 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.
insert a blank line above the @SInCE tag. Please do likewise at other tags.
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.
It should be since 1.4.0.
|
@ehsanmok thanks for the update. We should add
|
|
Test build #45042 has finished for PR 8728 at commit
|
|
@yu-iskw Thanks for the correction. I think, I assume |
|
|
@ehsanmok thanks for the update!
|
|
@yu-iskw Thank you very much for your patients and mentoring me. I wouldn't have imagined how much I would learn by doing this starter task. |
|
Test build #45047 has finished for PR 8728 at commit
|
|
Jenkins, retest this please |
|
Jenkins, test this please. |
|
@mengxr there is something wrong with Jenkins. It failed to fetch source code from github 3 times in a row. Could you help us? cc @JoshRosen |
|
test this please |
|
Test build #45128 has finished for PR 8728 at commit
|
|
Merged into master. Thanks! |
Here is my first commit.