This is an automated email from the ASF dual-hosted git repository.
zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 256ab3c0a9 [GLUTEN-6887][VL] Daily Update Velox Version (2026_05_28)
(#12162)
256ab3c0a9 is described below
commit 256ab3c0a94298bd5438f36d50a9c8317fddfca0
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Thu May 28 21:34:28 2026 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (2026_05_28) (#12162)
* [GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_05_28)
Upstream Velox's New Commits:
325e8979c by Ali LeClerc, docs: Update VeloxCon banner on homepage (#17626)
Signed-off-by: glutenperfbot <[email protected]>
* fix memory allocator option
Signed-off-by: Yuan <[email protected]>
---------
Signed-off-by: glutenperfbot <[email protected]>
Signed-off-by: Yuan <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
Co-authored-by: Yuan <[email protected]>
---
cpp/velox/memory/VeloxMemoryManager.cc | 2 +-
ep/build-velox/src/get-velox.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/cpp/velox/memory/VeloxMemoryManager.cc
b/cpp/velox/memory/VeloxMemoryManager.cc
index f628b8cdae..ad46a6ce9b 100644
--- a/cpp/velox/memory/VeloxMemoryManager.cc
+++ b/cpp/velox/memory/VeloxMemoryManager.cc
@@ -233,7 +233,7 @@ VeloxMemoryManager::VeloxMemoryManager(
ArbitratorFactoryRegister afr(listener_.get());
velox::memory::MemoryManager::Options mmOptions;
- mmOptions.alignment = velox::memory::MemoryAllocator::kMaxAlignment;
+ mmOptions.alignment = velox::memory::MemoryAllocator::kDefaultAlignment;
mmOptions.trackDefaultUsage = true; // memory usage tracking
mmOptions.checkUsageLeak = checkUsageLeak; // leak check
mmOptions.coreOnAllocationFailureEnabled = false;
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index 793e1b212c..ae61e389ba 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,8 +18,8 @@ set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
VELOX_REPO=https://github.com/IBM/velox.git
-VELOX_BRANCH=dft-2026_05_27
-VELOX_ENHANCED_BRANCH=ibm-2026_05_27
+VELOX_BRANCH=dft-2026_05_28
+VELOX_ENHANCED_BRANCH=ibm-2026_05_28
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]