LuciferYang commented on pull request #29598:
URL: https://github.com/apache/spark/pull/29598#issuecomment-688625923


   @cloud-fan Maybe I didn't describe it clearly, now I use the master of 
spark-source to execute  maven test with Scala 2.12
   
   ```
   mvn clean test -pl sql/core -Dtest=none 
-DwildcardSuites=org.apache.spark.sql.TPCDSV2_7_PlanStabilitySuite -am 
   
   ```
   All tests passed.
   
   
   execute  maven test with Scala 2.13
   
   ```
   mvn clean test -pl sql/core -Dtest=none 
-DwildcardSuites=org.apache.spark.sql.TPCDSV2_7_PlanStabilitySuite -am 
-Pscala-2.13 
   
   ```
   31 TESTS FAILED
   
   without this patch execute  maven test , both Scala 2.12 and Scala 2.13 `All 
tests passed`
   


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

Reply via email to