LuciferYang removed a comment on pull request #34941:
URL: https://github.com/apache/spark/pull/34941#issuecomment-997653269
When I run
```
mvn clean install -pl repl -Dtest=none
-DwildcardSuites=org.apache.spark.repl.ReplSuite -am
```
There is one case failed:
```
- SPARK-30167: Log4j configuration for REPL should override root logger
properly *** FAILED ***
java.lang.NullPointerException:
at org.apache.spark.repl.ReplSuite.$anonfun$new$11(ReplSuite.scala:379)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:83)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
at org.scalatest.Transformer.apply(Transformer.scala:22)
at org.scalatest.Transformer.apply(Transformer.scala:20)
at
org.scalatest.funsuite.AnyFunSuiteLike$$anon$1.apply(AnyFunSuiteLike.scala:226)
at org.apache.spark.SparkFunSuite.withFixture(SparkFunSuite.scala:203)
at
org.scalatest.funsuite.AnyFunSuiteLike.invokeWithFixture$1(AnyFunSuiteLike.scala:224)
...
Run completed in 21 seconds, 441 milliseconds.
Total number of tests run: 10
Suites: completed 2, aborted 0
Tests: succeeded 9, failed 1, canceled 0, ignored 0, pending 0
*** 1 TEST FAILED ***
```
I'm not sure if it is related this 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]