From a6d2df8d964a6799c33f565b296ed6e684cabaa3 Mon Sep 17 00:00:00 2001 From: Amit Dutta Date: Fri, 19 Apr 2024 22:23:00 -0700 Subject: [PATCH] [native] Advance velox and remove an unused variable. --- .../presto_cpp/main/tests/TaskManagerTest.cpp | 2 -- presto-native-execution/velox | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/presto-native-execution/presto_cpp/main/tests/TaskManagerTest.cpp b/presto-native-execution/presto_cpp/main/tests/TaskManagerTest.cpp index bf49b999b2625..92cd67de070e4 100644 --- a/presto-native-execution/presto_cpp/main/tests/TaskManagerTest.cpp +++ b/presto-native-execution/presto_cpp/main/tests/TaskManagerTest.cpp @@ -158,8 +158,6 @@ void setAggregationSpillConfig( queryConfigs.emplace(core::QueryConfig::kAggregationSpillEnabled, "true"); } -static const uint64_t kGB = 1024 * 1024 * 1024ULL; - class TaskManagerTest : public testing::Test { public: static void SetUpTestCase() { diff --git a/presto-native-execution/velox b/presto-native-execution/velox index c240cf36da015..4ac07c8df61e1 160000 --- a/presto-native-execution/velox +++ b/presto-native-execution/velox @@ -1 +1 @@ -Subproject commit c240cf36da015b441ff689dafed7420d3afabcc9 +Subproject commit 4ac07c8df61e129a7f11e62022c7c537bda1b8a2