Skip to content

Commit

Permalink
[native] Remove deprecated config kCastToIntByTruncate
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo authored and mbasmanova committed Jan 11, 2024
1 parent 859f32c commit 0fd71ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions presto-native-execution/presto_cpp/main/common/Configs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
Expand Down

0 comments on commit 0fd71ab

Please sign in to comment.