caiconghui commented on code in PR #8748:
URL: https://github.com/apache/incubator-doris/pull/8748#discussion_r841362856
##########
build.sh:
##########
@@ -135,7 +135,7 @@ if [ $# == 1 ] ; then
BUILD_FE=1
BUILD_BE=1
BUILD_BROKER=1
- BUILD_META_TOOL=1
Review Comment:
I think it is better to keep one style for build option,
just like the following
if [[ -z ${WITH_MYSQL} ]]; then
WITH_MYSQL=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]