-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-10266][Documentation, ML] Fixed @Since annotation for ml.tunning #8729
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
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.
Fix the indentations for the parameters. There is no problem about the @Since tag.
|
I suspected that might be an issue, but the indentations were automatic in intelliJ! |
|
@ehsanmok Could you fix it manually and resolve conflicts with master? The default IntelliJ code style doesn't follow the Spark code style guide. It is important to keep the code style consistent across the codebase. |
|
ok to test |
|
Test build #44020 has finished for PR 8729 at commit
|
|
@mengxr Sure! should be ok now. |
|
Test build #44023 has finished for PR 8729 at commit
|
|
Ignore the comment from @SparkQA . You need to first merge current master and resolve conflicts, and then run |
|
Test build #44085 has finished for PR 8729 at commit
|
|
@mengxr sorry for taking your time, but what's the issue now? everything is updated and all dev/lint-scala tests have passed locally! |
|
Test build #44097 has finished for PR 8729 at commit
|
|
Test build #44099 has finished for PR 8729 at commit
|
|
After dev/lint-scala should I include the |
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.
Resolve this conflict.
|
You don't need to include it. You should fix style errors which are pointed out by This is a result of |
|
Test build #44256 has finished for PR 8729 at commit
|
|
@yu-iskw Thank you very much! I don't know why I missed those in |
|
@ehsanmok thank you for the update. Did you update the branch with |
|
@yu-iskw I did 'git merge' but couldn't rebase for some reason! It took me very long time to understand where the issue was! didn't want to make all these commits. Don't know why this simple thing has become a headache to me! |
|
Test build #44271 has finished for PR 8729 at commit
|
|
Test build #44273 has finished for PR 8729 at commit
|
|
@ehsanmok thank you for the update. I'm afraid your repo still includes the master updates. As you can see at https://github.com/apache/spark/pull/8729/files, there are many files that are not related this issue. I think making a new branch is a easy way to solve this problem. First, make a new branch whose name is same as |
|
@yu-iskw Thanks for your kind suggestions. Sure, I am going to do that asap. |
|
@yu-iskw The problem I kept having is my master was polluted with unwanted commits and so I reset hard and pulled from upstream/master and pushed master updates as "update master", then I checked out on JIRA-10266 branch and reset that as well and pulled updates from master and resolved conflicts and pushed as the last commit. What do you think about this if I don't want to have master updates here? |
|
Test build #44449 has finished for PR 8729 at commit
|
|
@ehsanmok it would be great not to have the master update commits in your branch. Personally, I think you should use Could you please close this PR? I'll send a new one about this issue. Since I couldn't send a PR to improve your branch. I'd like to separate resolving this issue and explaining git operations. It would be great to do that on #8728. |
|
@ehnalis could you wait for the first test on #8728. We should know if there are any conflicts with the master or not. If there are any ones, we need to update your #8728 PR with Just to be sure, I'll work on SPARK-10266. So you shouldn't resend a new PR about SPARK-10266. |
cc mengxr noel-smith I worked on this issues based on #8729. ehsanmok thank you for your contricution! Author: Yu ISHIKAWA <[email protected]> Author: Ehsan M.Kermani <[email protected]> Closes #9338 from yu-iskw/JIRA-10266. (cherry picked from commit de07d06) Signed-off-by: Xiangrui Meng <[email protected]>
cc mengxr noel-smith I worked on this issues based on #8729. ehsanmok thank you for your contricution! Author: Yu ISHIKAWA <[email protected]> Author: Ehsan M.Kermani <[email protected]> Closes #9338 from yu-iskw/JIRA-10266.
No description provided.