yangzhg commented on a change in pull request #8612:
URL: https://github.com/apache/incubator-doris/pull/8612#discussion_r833842976
##########
File path: build.sh
##########
@@ -254,14 +257,14 @@ make
# Assesmble FE modules
FE_MODULES=
-if [ ${BUILD_FE} -eq 1 -o ${BUILD_SPARK_DPP} -eq 1 -o ${ENABLE_JAVAUDF} = "ON"
]; then
- if [ ${BUILD_FE} -eq 1 -a ${ENABLE_JAVAUDF} = "ON" ]; then
+if [ ${BUILD_FE} -eq 1 -o ${BUILD_SPARK_DPP} -eq 1 -o ${BUILD_JAVA_UDF} = "ON"
]; then
+ if [ ${BUILD_FE} -eq 1 -a ${BUILD_JAVA_UDF} = "ON" ]; then
Review comment:
BUILD_JAVA_UDF may by `0` and `1` not `on` `off`
--
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]