This is an automated email from the ASF dual-hosted git repository.
dataroaring 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 ae11bd4f6d9 branch-3.0: [chore] Updated submodule orc to
orc-for-doris-21 branch. (#50190)
ae11bd4f6d9 is described below
commit ae11bd4f6d98d25521f6361bc32fcd919141cea3
Author: Qi Chen <[email protected]>
AuthorDate: Wed Apr 23 11:59:00 2025 +0800
branch-3.0: [chore] Updated submodule orc to orc-for-doris-21 branch.
(#50190)
[chore] Updated submodule orc to orc-for-doris-21 branch.
---
.gitmodules | 2 +-
build.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index ead4b2380bf..80afde96cd7 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 ada0745d27a..e50d5266d61 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"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]