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(