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

philo 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 a000a8f14c [GLUTEN-6887][VL] Daily Update Velox Version (2025_03_04) 
(#8886)
a000a8f14c is described below

commit a000a8f14c3a5c8253d7f4e9fc9c68d56f373d0a
Author: Gluten Performance Bot 
<[email protected]>
AuthorDate: Tue Mar 4 16:47:41 2025 +0000

    [GLUTEN-6887][VL] Daily Update Velox Version (2025_03_04) (#8886)
---
 cpp/velox/compute/VeloxBackend.cc | 10 +++++-----
 ep/build-velox/src/get_velox.sh   |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/cpp/velox/compute/VeloxBackend.cc 
b/cpp/velox/compute/VeloxBackend.cc
index f3d05d7afd..c516a8460e 100644
--- a/cpp/velox/compute/VeloxBackend.cc
+++ b/cpp/velox/compute/VeloxBackend.cc
@@ -113,21 +113,21 @@ void VeloxBackend::init(const 
std::unordered_map<std::string, std::string>& conf
   google::InitGoogleLogging("gluten");
 
   // Allow growing buffer in another task through its memory pool.
-  config::globalConfig().memoryPoolCapacityTransferAcrossTasks = true;
+  FLAGS_velox_memory_pool_capacity_transfer_across_tasks = true;
 
   // Avoid creating too many shared leaf pools.
-  config::globalConfig().memoryNumSharedLeafPools = 0;
+  FLAGS_velox_memory_num_shared_leaf_pools = 0;
 
   // Set velox_exception_user_stacktrace_enabled.
-  config::globalConfig().exceptionUserStacktraceEnabled =
+  FLAGS_velox_exception_user_stacktrace_enabled =
       backendConf_->get<bool>(kEnableUserExceptionStacktrace, 
kEnableUserExceptionStacktraceDefault);
 
   // Set velox_exception_system_stacktrace_enabled.
-  config::globalConfig().exceptionSystemStacktraceEnabled =
+  FLAGS_velox_exception_system_stacktrace_enabled =
       backendConf_->get<bool>(kEnableSystemExceptionStacktrace, 
kEnableSystemExceptionStacktraceDefault);
 
   // Set velox_memory_use_hugepages.
-  config::globalConfig().memoryUseHugepages = 
backendConf_->get<bool>(kMemoryUseHugePages, kMemoryUseHugePagesDefault);
+  FLAGS_velox_memory_use_hugepages = 
backendConf_->get<bool>(kMemoryUseHugePages, kMemoryUseHugePagesDefault);
 
   // Async timeout.
   FLAGS_gluten_velox_aysnc_timeout_on_task_stopping =
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 66f0033dd3..c06018c098 100755
--- a/ep/build-velox/src/get_velox.sh
+++ b/ep/build-velox/src/get_velox.sh
@@ -17,7 +17,7 @@
 set -exu
 
 VELOX_REPO=https://github.com/oap-project/velox.git
-VELOX_BRANCH=2025_03_02
+VELOX_BRANCH=2025_03_04
 VELOX_HOME=""
 
 OS=`uname -s`


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

Reply via email to