You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/11/25 19:50:57 UTC

[GitHub] [spark] Victsm removed a comment on pull request #30480: [SPARK-32921][SHUFFLE][test-maven][test-hadoop2.7] MapOutputTracker extensions to support push-based shuffle

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org