diff --git a/.gitmodules b/.gitmodules index ead4b2380bfed6..80afde96cd7985 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,7 +19,7 @@ [submodule "be/src/apache-orc"] path = be/src/apache-orc url = https://github.com/apache/doris-thirdparty.git - branch = orc + branch = orc-for-doris-21 [submodule "be/src/clucene"] path = be/src/clucene url = https://github.com/apache/doris-thirdparty.git diff --git a/build.sh b/build.sh index ada0745d27a92b..e50d5266d615f1 100755 --- a/build.sh +++ b/build.sh @@ -562,7 +562,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/apache-orc" "apache-orc" "https://github.com/apache/doris-thirdparty/archive/refs/heads/orc-for-doris-21.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"