This is an automated email from the ASF dual-hosted git repository.

airborne pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 1c019d51f3b [chore](submodule) align clucene submodule branch with 
doris branch-3.0 (#47269)
1c019d51f3b is described below

commit 1c019d51f3b1472e9392ac44a6309b00a931551f
Author: airborne12 <jiang...@selectdb.com>
AuthorDate: Wed Jan 22 17:43:14 2025 +0800

    [chore](submodule) align clucene submodule branch with doris branch-3.0 
(#47269)
---
 .gitmodules | 2 +-
 build.sh    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index a4e579b1794..ead4b2380bf 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -23,4 +23,4 @@
 [submodule "be/src/clucene"]
        path = be/src/clucene
        url = https://github.com/apache/doris-thirdparty.git
-       branch = clucene
+       branch = clucene-3.0
diff --git a/build.sh b/build.sh
index 42c3a09a950..514588ff795 100755
--- a/build.sh
+++ b/build.sh
@@ -552,7 +552,7 @@ FE_MODULES="$(
 # Clean and build Backend
 if [[ "${BUILD_BE}" -eq 1 ]]; then
     update_submodule "be/src/apache-orc" "apache-orc" 
"https://github.com/apache/doris-thirdparty/archive/refs/heads/orc.tar.gz";
-    update_submodule "be/src/clucene" "clucene" 
"https://github.com/apache/doris-thirdparty/archive/refs/heads/clucene.tar.gz";
+    update_submodule "be/src/clucene" "clucene" 
"https://github.com/apache/doris-thirdparty/archive/refs/heads/clucene-3.0.tar.gz";
     if [[ -e "${DORIS_HOME}/gensrc/build/gen_cpp/version.h" ]]; then
         rm -f "${DORIS_HOME}/gensrc/build/gen_cpp/version.h"
     fi


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to