From bfb241a62f942722df631abf9e9725267e24cd58 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Wed, 9 Oct 2024 16:50:26 +0800 Subject: [PATCH] Fix failure --- cpp/velox/memory/VeloxMemoryManager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/velox/memory/VeloxMemoryManager.cc b/cpp/velox/memory/VeloxMemoryManager.cc index cf71add22097..6009441f4866 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(); + velox::memory::ScopedMemoryArbitrationContext ctx{}; facebook::velox::exec::MemoryReclaimer::Stats status; velox::memory::MemoryPool* pool; {