PHILO-HE commented on code in PR #9864:
URL: https://github.com/apache/incubator-gluten/pull/9864#discussion_r2127744282
##########
dev/builddeps-veloxbe.sh:
##########
@@ -179,6 +179,10 @@ function concat_velox_param {
if [[ -n $VELOX_HOME ]]; then
VELOX_PARAMETER+="--velox_home=$VELOX_HOME "
fi
+
+ if [[ -n $RUN_SETUP_SCRIPT ]]; then
Review Comment:
Seems this check can be removed since RUN_SETUP_SCRIPT is always non-empty.
--
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]