This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 12a9214448 [chore](build) Build java udf by default #18255
12a9214448 is described below
commit 12a9214448fd4763b60b7e34f5c11d85598373bb
Author: siriume <[email protected]>
AuthorDate: Sun Apr 9 10:33:39 2023 +0800
[chore](build) Build java udf by default #18255
---
build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sh b/build.sh
index 88b9ebc37c..dc5bcfc5ce 100755
--- a/build.sh
+++ b/build.sh
@@ -225,6 +225,7 @@ else
BUILD_META_TOOL='ON'
BUILD_SPARK_DPP=1
BUILD_HIVE_UDF=1
+ BUILD_JAVA_UDF=1
CLEAN=0
fi
fi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]