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: dev-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org