datavisortedyu commented on PR #41901:
URL: https://github.com/apache/spark/pull/41901#issuecomment-1630086871

   From https://github.com/tedyu/spark/actions/runs/5496387824/jobs/10016389977:
   ```
   [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/common/sketch/target/java/org/apache/spark/util/sketch/BitArraySuite.java:2:1:
  error: package org.scalatest.funsuite does not exist
   [error] public  class BitArraySuite extends 
org.scalatest.funsuite.AnyFunSuite {
   [error]                                                           ^
   ```
   I don't think the above was caused by my PR.


-- 
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]

Reply via email to