This is an automated email from the ASF dual-hosted git repository. morningman 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 31c1ebc165 [Chore](thirdparty) update clucene from 2.4.11 to 2.4.12 (#19150) 31c1ebc165 is described below commit 31c1ebc165518795d3dfb2b385877e237296428f Author: airborne12 <airborn...@gmail.com> 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 0ba51228d9..0e14be36f5 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.11.tar.gz" -CLUCENE_NAME="doris-thirdparty-libclucene-v2.4.11.tar.gz" -CLUCENE_SOURCE="doris-thirdparty-libclucene-v2.4.11" -CLUCENE_MD5SUM="8e1f20b35b12cb49f7b267584f1bb5a1" +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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org