grundprinzip commented on PR #37710: URL: https://github.com/apache/spark/pull/37710#issuecomment-1240667644
Interestingly the build says: ``` [info] Main Scala API documentation successful. [success] Total time: 159 s (02:39), completed Sep 7, 2022 11:38:25 AM Moving back into docs dir. Removing old docs ``` From what @HyukjinKwon told me is that the unidoc build can have false positives due to the way we generate the Javadoc from the Scala code, and according to the Ruby build script for the documentation, the `system` command finishes with exit code 0 otherwise it would have thrown before. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
