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

hongze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 47594e8a84 [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_10) 
(#11065)
47594e8a84 is described below

commit 47594e8a84940526f0ea1bd562fd9de2117ab7f1
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Mon Nov 10 19:32:11 2025 +0000

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_10) (#11065)
---
 dev/ci-velox-buildstatic-centos-7-enhanced-features.sh | 2 +-
 dev/ci-velox-buildstatic-centos-7.sh                   | 2 +-
 dev/ci-velox-buildstatic-centos-8.sh                   | 2 +-
 dev/ci-velox-buildstatic-centos-9.sh                   | 2 +-
 ep/build-velox/src/get-velox.sh                        | 4 ++--
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev/ci-velox-buildstatic-centos-7-enhanced-features.sh 
b/dev/ci-velox-buildstatic-centos-7-enhanced-features.sh
index 586db397a8..e9337b9dfe 100755
--- a/dev/ci-velox-buildstatic-centos-7-enhanced-features.sh
+++ b/dev/ci-velox-buildstatic-centos-7-enhanced-features.sh
@@ -19,6 +19,6 @@ set -e
 
 source /opt/rh/devtoolset-11/enable
 source /opt/rh/rh-git227/enable
-export NUM_THREADS=4
+export NUM_THREADS=2
 ./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_arrow=OFF 
--build_tests=ON --build_benchmarks=ON \
                            --build_examples=OFF --enable_s3=ON --enable_gcs=ON 
--enable_hdfs=ON --enable_abfs=ON --enable_enhanced_features=ON
diff --git a/dev/ci-velox-buildstatic-centos-7.sh 
b/dev/ci-velox-buildstatic-centos-7.sh
index 8d99200500..6737c6329c 100755
--- a/dev/ci-velox-buildstatic-centos-7.sh
+++ b/dev/ci-velox-buildstatic-centos-7.sh
@@ -19,6 +19,6 @@ set -e
 
 source /opt/rh/devtoolset-11/enable
 source /opt/rh/rh-git227/enable
-export NUM_THREADS=4
+export NUM_THREADS=2
 ./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_arrow=OFF 
--build_tests=OFF --build_benchmarks=OFF \
                            --build_examples=OFF --enable_s3=ON --enable_gcs=ON 
--enable_hdfs=ON --enable_abfs=ON
diff --git a/dev/ci-velox-buildstatic-centos-8.sh 
b/dev/ci-velox-buildstatic-centos-8.sh
index afcdd428d5..0bf7f56601 100644
--- a/dev/ci-velox-buildstatic-centos-8.sh
+++ b/dev/ci-velox-buildstatic-centos-8.sh
@@ -24,6 +24,6 @@ if [ "$(uname -m)" = "aarch64" ]; then
     export VCPKG_FORCE_SYSTEM_BINARIES=1;
 fi
 
-export NUM_THREADS=4
+export NUM_THREADS=2
 ./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_arrow=OFF 
--build_tests=OFF --build_benchmarks=OFF \
                            --build_examples=OFF --enable_s3=ON --enable_gcs=ON 
--enable_hdfs=ON --enable_abfs=ON
diff --git a/dev/ci-velox-buildstatic-centos-9.sh 
b/dev/ci-velox-buildstatic-centos-9.sh
index 4bba2f3524..fd99283ebd 100644
--- a/dev/ci-velox-buildstatic-centos-9.sh
+++ b/dev/ci-velox-buildstatic-centos-9.sh
@@ -23,6 +23,6 @@ if [ "$(uname -m)" = "aarch64" ]; then
     export VCPKG_FORCE_SYSTEM_BINARIES=1;
 fi
 
-export NUM_THREADS=4
+export NUM_THREADS=2
 ./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_arrow=OFF 
--build_tests=OFF --build_benchmarks=OFF \
                            --build_examples=OFF --enable_s3=ON --enable_gcs=ON 
--enable_hdfs=ON --enable_abfs=ON
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index aba91e85fa..a6e6fddbe4 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,11 +18,11 @@ set -exu
 
 CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
 VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_11_07
+VELOX_BRANCH=2025_11_10
 VELOX_HOME=""
 RUN_SETUP_SCRIPT=ON
 VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_11_07
+VELOX_ENHANCED_BRANCH=ibm-2025_11_10
 ENABLE_ENHANCED_FEATURES=OFF
 
 # Developer use only for testing Velox PR.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to