dcoliversun commented on code in PR #9969: URL: https://github.com/apache/incubator-gluten/pull/9969#discussion_r2149082816
########## docs/developers/HowTo.md: ########## @@ -125,7 +125,27 @@ To run a Scala/Java test class, you can use the below mvn command (take Velox ba mvn test -Pspark-3.5 -Pspark-ut -Pbackends-velox -DargLine="-Dspark.test.home=/path/to/spark/source/code/home/" -DwildcardSuites=xxx ``` -Please set `wildcardSuites` with a fully qualified class name. `spark.test.home` is optional to set. It is only required for some test suites to use Spark resources. +Please set `wildcardSuites` with a fully qualified class name. + Review Comment: I think this is unnecessary to split one line into three lines. Please keep it as it is. -- 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]
