HyukjinKwon commented on pull request #28959: URL: https://github.com/apache/spark/pull/28959#issuecomment-652375749
FYI, ``` [error] /home/jenkins/workspace/SparkPullRequestBuilder@6/core/src/main/scala/org/apache/spark/SSLOptions.scala:71: type Server is not a member of object org.eclipse.jetty.util.ssl.SslContextFactory [error] val sslContextFactory = new SslContextFactory.Server() [error] ^ [info] No documentation generated with unsuccessful compiler run [error] one error found ``` This is from unidoc when you generate the documentation. It sorts of compiles Scala files back to Java files, and extract the documentations from there. It's kind of buggy time to time. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
