LuciferYang edited a comment on pull request #34676:
URL: https://github.com/apache/spark/pull/34676#issuecomment-976148375


   @srowen you are right, f87467b adds  code corresponding to sbt.
   
   There are 3 modules with `Extended{LevelDB,RocksDB}Test` annotation: 
`core`,`sql/core`, `yarn`
   
   for maven, we can use follow commands to test the effectiveness of the 
current pr:
   
   ```
   mvn clean install -DskipTest -pl ${moduleName} ${-Pyarn}
   mvn test -pl ${moduleName} ${-Pyarn}
   ```
   
   For maven, we can use follow commands to test the effectiveness of the 
current pr:
   
   ```
   mvn clean install -DskipTest -pl ${moduleName} [-Pyarn]
   mvn test -pl ${moduleName} [-Pyarn]
   ```
   
   For sbt, we can use follow commands to test the effectiveness of the current 
pr:
   
   ```
   build/sbt "${moduleName}/test" [-Pyarn]
   ```
   
   
   


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