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 a80a934831 [GLUTEN-6887][VL] Daily Update Velox Version (2025_11_12)
(#11071)
a80a934831 is described below
commit a80a934831586a13051c9650dc189588f3288964
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Thu Nov 13 09:42:03 2025 +0000
[GLUTEN-6887][VL] Daily Update Velox Version (2025_11_12) (#11071)
---
cpp/velox/CMakeLists.txt | 6 +++---
ep/build-velox/src/get-velox.sh | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/cpp/velox/CMakeLists.txt b/cpp/velox/CMakeLists.txt
index 973126a554..3b9c8261c8 100644
--- a/cpp/velox/CMakeLists.txt
+++ b/cpp/velox/CMakeLists.txt
@@ -411,13 +411,13 @@ endif()
if(ENABLE_GPU)
import_library(
facebook::velox::velox_cudf_exec
- ${VELOX_BUILD_PATH}/velox/experimental/cudf/exec/libvelox_cudf_exec.so)
+ ${VELOX_BUILD_PATH}/velox/experimental/cudf/exec/libvelox_cudf_exec.a)
import_library(
facebook::velox::velox_cudf_vector
- ${VELOX_BUILD_PATH}/velox/experimental/cudf/vector/libvelox_cudf_vector.so)
+ ${VELOX_BUILD_PATH}/velox/experimental/cudf/vector/libvelox_cudf_vector.a)
import_library(
facebook::velox::velox_cudf_hive_connector
-
${VELOX_BUILD_PATH}/velox/experimental/cudf/connectors/hive/libvelox_cudf_hive_connector.so
+
${VELOX_BUILD_PATH}/velox/experimental/cudf/connectors/hive/libvelox_cudf_hive_connector.a
)
target_include_directories(
velox
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index d867d3b3ef..b167b73518 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_11
+VELOX_BRANCH=2025_11_12
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
VELOX_ENHANCED_REPO=https://github.com/IBM/velox.git
-VELOX_ENHANCED_BRANCH=ibm-2025_11_11
+VELOX_ENHANCED_BRANCH=ibm-2025_11_12
ENABLE_ENHANCED_FEATURES=OFF
# Developer use only for testing Velox PR.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]