This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-2.0-alpha
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0-alpha by this push:
new 16e78c2860 [Chore](thirdparty) update clucene from 2.4.11 to 2.4.12
(#19150)
16e78c2860 is described below
commit 16e78c2860da70d59843b37695c9c99a3c313472
Author: airborne12 <[email protected]>
AuthorDate: Thu Apr 27 23:33:26 2023 +0800
[Chore](thirdparty) update clucene from 2.4.11 to 2.4.12 (#19150)
fix memory leak in Standard Analyzer
---
thirdparty/vars.sh | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/thirdparty/vars.sh b/thirdparty/vars.sh
index a6c0bb4cee..f7560e7ab4 100644
--- a/thirdparty/vars.sh
+++ b/thirdparty/vars.sh
@@ -55,10 +55,10 @@ export TP_JAR_DIR="${TP_INSTALL_DIR}/lib/jar"
#####################################################
#clucene
-CLUCENE_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/libclucene-v2.4.9.tar.gz"
-CLUCENE_NAME="doris-thirdparty-libclucene-v2.4.9.tar.gz"
-CLUCENE_SOURCE="doris-thirdparty-libclucene-v2.4.9"
-CLUCENE_MD5SUM="2d5c48bd24b0757d0fecb74111b9b2ed"
+CLUCENE_DOWNLOAD="https://github.com/apache/doris-thirdparty/archive/refs/tags/libclucene-v2.4.12.tar.gz"
+CLUCENE_NAME="doris-thirdparty-libclucene-v2.4.12.tar.gz"
+CLUCENE_SOURCE="doris-thirdparty-libclucene-v2.4.12"
+CLUCENE_MD5SUM="171035c1d4c9fe3d7307f04dd76ab3e3"
# libevent
LIBEVENT_DOWNLOAD="https://github.com/libevent/libevent/archive/release-2.1.12-stable.tar.gz"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]