Skip to content

Commit

Permalink
[GLUTEN-6887][VL] Daily Update Velox Version (2024_10_08) (apache#7422)
Browse files Browse the repository at this point in the history
update to 10/8 velox
  • Loading branch information
GlutenPerfBot authored Oct 9, 2024
1 parent 21535ea commit afec39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/velox/memory/VeloxMemoryManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
{
Expand Down
2 changes: 1 addition & 1 deletion ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit afec39f

Please sign in to comment.