PHILO-HE commented on code in PR #9368:
URL: https://github.com/apache/incubator-gluten/pull/9368#discussion_r2051884726
##########
docs/developers/HowTo.md:
##########
@@ -54,7 +54,7 @@ ${GLUTEN_HOME}/dev/builddeps-veloxbe.sh --build_tests=ON
--build_benchmarks=ON -
```
cd ${GLUTEN_HOME}
-mvn clean package -Pspark-3.2 -Pbackends-velox -Pceleborn -Puniffle
+mvn clean package -Pspark-3.2 -Pbackends-velox -Pceleborn -Puniffle -DskipTests
mvn test -Pspark-3.2 -Pbackends-velox -Pceleborn -pl backends-velox \
Review Comment:
Please help remove `-Pbackends-velox -Pceleborn` as they are not required
here.
##########
docs/developers/HowTo.md:
##########
@@ -54,7 +54,7 @@ ${GLUTEN_HOME}/dev/builddeps-veloxbe.sh --build_tests=ON
--build_benchmarks=ON -
```
cd ${GLUTEN_HOME}
-mvn clean package -Pspark-3.2 -Pbackends-velox -Pceleborn -Puniffle
+mvn clean package -Pspark-3.2 -Pbackends-velox -Pceleborn -Puniffle -DskipTests
Review Comment:
We can remove the above command, and just keep the below mvn test command.
--
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]