Skip to content

Commit

Permalink
[native] Remove spark specific query config from BaseVeloxQueryConfig
Browse files Browse the repository at this point in the history
Remove use of spark specific query config which is going to be
removed in  facebookincubator/velox#10100
  • Loading branch information
bikramSingh91 authored and gggrace14 committed Jun 24, 2024
1 parent 30bd7fe commit 95da85b
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 @@ -772,8 +772,6 @@ BaseVeloxQueryConfig::BaseVeloxQueryConfig() {
NUM_PROP(
QueryConfig::kSpillableReservationGrowthPct,
c.spillableReservationGrowthPct()),
BOOL_PROP(
QueryConfig::kSparkLegacySizeOfNull, c.sparkLegacySizeOfNull()),
BOOL_PROP(
QueryConfig::kPrestoArrayAggIgnoreNulls,
c.prestoArrayAggIgnoreNulls()),
Expand Down

0 comments on commit 95da85b

Please sign in to comment.