diff --git a/presto-native-execution/presto_cpp/main/common/Configs.cpp b/presto-native-execution/presto_cpp/main/common/Configs.cpp index 400e5dcc31fa..2dfab0935861 100644 --- a/presto-native-execution/presto_cpp/main/common/Configs.cpp +++ b/presto-native-execution/presto_cpp/main/common/Configs.cpp @@ -664,8 +664,6 @@ BaseVeloxQueryConfig::BaseVeloxQueryConfig() { QueryConfig::kOperatorTrackCpuUsage, c.operatorTrackCpuUsage()), BOOL_PROP( QueryConfig::kCastMatchStructByName, c.isMatchStructByName()), - BOOL_PROP( - QueryConfig::kCastToIntByTruncate, c.isCastToIntByTruncate()), NUM_PROP( QueryConfig::kMaxLocalExchangeBufferSize, c.maxLocalExchangeBufferSize()),