Yukang-Lian commented on code in PR #16340:
URL: https://github.com/apache/doris/pull/16340#discussion_r1114591370


##########
build.sh:
##########
@@ -305,7 +305,7 @@ if [[ -z "${DISABLE_JAVA_UDF}" ]]; then
 fi
 
 if [[ -z "${DISABLE_JAVA_CHECK_STYLE}" ]]; then
-    DISABLE_JAVA_CHECK_STYLE='OFF'
+    DISABLE_JAVA_CHECK_STYLE='ON'

Review Comment:
   this is just for test, will remove it if all test passed.



##########
build.sh:
##########
@@ -479,10 +479,10 @@ function build_ui() {
 }
 
 # FE UI must be built before building FE
-if [[ "${BUILD_FE}" -eq 1 ]]; then
-    build_ui
-fi
-
+#if [[ "${BUILD_FE}" -eq 1 ]]; then
+#    build_ui

Review Comment:
   ditto



-- 
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]

Reply via email to