-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-20027][DOCS] Compilation fix in java docs. #17358
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 #74863 has started for PR 17358 at commit |
|
Hi @ScrapCodes, I just happened to look at this PR and ran It seems there are few more instances to make javadoc8 working as below: Should we maybe sweep these together if I found them correctly? |
| * The client challenge message, used to initiate authentication. | ||
| * | ||
| * @see README.md | ||
| * see README.md |
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.
This should just be a sentence rather than fragment.
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.
Thanks !
|
Hi @HyukjinKwon !, Thank for looking at this. I did one pass through all those errors, they all seem to be inside the generated code. Please notice |
|
Yea, It generates java codes for Java API. I suggested to fix these together because they look similar instances and I didn't want to open another minor PR for javadoc8 (BTW, FlatMapGroupsWithStateFunction.java seems not a generated code). If you think this should be separately handled in another PR, then I am happy to do so. If you meant it is not an issue, I tried both and
I see and due to those four errors and I don't see |
|
Test build #74883 has finished for PR 17358 at commit
|
|
If my suggestion is the reason to hold off this PR currently and you are not sure of it, I am fine. I can double-check and deal with this in a separate PR. |
|
@HyukjinKwon, Fixing those errors require fixing unidoc plugin's java code generation. IMO, that has a broader scope. What do you think ? |
|
Test build #75028 has started for PR 17358 at commit |
|
Sorry for making this PR dragged. I am fine. Let me cope with it separately. |
|
Actually thank you for your comments, I missed one file in swarm of errors from generated files. |
|
Jenkins, retest this please. |
|
Test build #75035 has finished for PR 17358 at commit
|
|
Test build #3605 has finished for PR 17358 at commit
|
|
Merged to master |
What changes were proposed in this pull request?
During build/sbt publish-local, build breaks due to javadocs errors. This patch fixes those errors.
How was this patch tested?
Tested by running the sbt build.