From 24b0460484ff2f718bf08900f9cbd3ed46eacf04 Mon Sep 17 00:00:00 2001 From: xiaoxmeng Date: Sun, 24 Mar 2024 13:58:36 -0700 Subject: [PATCH] [native] remove unused spill config --- presto-native-execution/presto_cpp/main/common/Configs.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/presto-native-execution/presto_cpp/main/common/Configs.cpp b/presto-native-execution/presto_cpp/main/common/Configs.cpp index 7f5eb53853183..c1191ef5d58f8 100644 --- a/presto-native-execution/presto_cpp/main/common/Configs.cpp +++ b/presto-native-execution/presto_cpp/main/common/Configs.cpp @@ -723,7 +723,6 @@ BaseVeloxQueryConfig::BaseVeloxQueryConfig() { BOOL_PROP(QueryConfig::kOrderBySpillEnabled, c.orderBySpillEnabled()), NUM_PROP(QueryConfig::kMaxSpillLevel, c.maxSpillLevel()), NUM_PROP(QueryConfig::kMaxSpillFileSize, c.maxSpillFileSize()), - NUM_PROP(QueryConfig::kMinSpillRunSize, c.minSpillRunSize()), NUM_PROP( QueryConfig::kSpillStartPartitionBit, c.spillStartPartitionBit()), NUM_PROP(