This is an automated email from the ASF dual-hosted git repository.
felixybw 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 afec39ffa2 [GLUTEN-6887][VL] Daily Update Velox Version (2024_10_08)
(#7422)
afec39ffa2 is described below
commit afec39ffa2bb844bd25377dec6eb4b2860de29a8
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Oct 9 13:45:26 2024 +0800
[GLUTEN-6887][VL] Daily Update Velox Version (2024_10_08) (#7422)
update to 10/8 velox
---
cpp/velox/memory/VeloxMemoryManager.cc | 2 +-
ep/build-velox/src/get_velox.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpp/velox/memory/VeloxMemoryManager.cc
b/cpp/velox/memory/VeloxMemoryManager.cc
index 93fc4f6f52..cf71add220 100644
--- a/cpp/velox/memory/VeloxMemoryManager.cc
+++ b/cpp/velox/memory/VeloxMemoryManager.cc
@@ -111,7 +111,7 @@ class ListenableArbitrator : public
velox::memory::MemoryArbitrator {
}
uint64_t shrinkCapacity(uint64_t targetBytes, bool allowSpill, bool
allowAbort) override {
- velox::memory::ScopedMemoryArbitrationContext ctx((const
velox::memory::MemoryPool*)nullptr);
+ velox::memory::ScopedMemoryArbitrationContext ctx();
facebook::velox::exec::MemoryReclaimer::Stats status;
velox::memory::MemoryPool* pool;
{
diff --git a/ep/build-velox/src/get_velox.sh b/ep/build-velox/src/get_velox.sh
index 677c26cf91..28b8678685 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=2024_10_04
+VELOX_BRANCH=2024_10_08
VELOX_HOME=""
OS=`uname -s`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]