Victsm removed a comment on pull request #30480:
URL: https://github.com/apache/spark/pull/30480#issuecomment-733866872
The javadoc issues leading to the build failures are not related to files
changed in this patch.
```
[error]
/home/runner/work/spark/spark/mllib/target/java/org/apache/spark/mllib/util/MLlibTestSparkContext.java:10:1:
error: illegal combination of modifiers: public and protected
[error] protected class testImplicits {
[error] ^
[error]
/home/runner/work/spark/spark/sql/core/target/java/org/apache/spark/sql/UDFSuite.java:4:1:
error: modifier static not allowed here
[error] static public class MalformedNonPrimitiveFunction implements
scala.Function1<java.lang.String, java.lang.Object>, scala.Serializable {
[error] ^
[error]
/home/runner/work/spark/spark/sql/core/target/java/org/apache/spark/sql/test/SQLTestUtilsBase.java:19:1:
error: illegal combination of modifiers: public and protected
[error] protected class testImplicits {
[error] ^
[error]
/home/runner/work/spark/spark/core/target/java/org/apache/spark/scheduler/SparkListenerStageCompleted.java:3:1:
error: illegal combination of modifiers: abstract and static
[error] static public abstract R apply (T1 v1) ;
[error] ^
[error]
/home/runner/work/spark/spark/core/target/java/org/apache/spark/scheduler/SparkListenerStageCompleted.java:3:1:
error: cannot find symbol
[error] static public abstract R apply (T1 v1) ;
[error] ^ symbol: class T1
[error] location: class SparkListenerStageCompleted
```
----------------------------------------------------------------
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]