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