File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
presto-native-execution/presto_cpp/main/types Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -870,6 +870,7 @@ VeloxQueryPlanConverterBase::toColumnStatsSpec(
870870 aggregateNames,
871871 aggregates,
872872 /* ignoreNullKeys=*/ false ,
873+ /* noGroupsSpanBatches=*/ false ,
873874 sourceVeloxPlan);
874875
875876 // Sanity checks on aggregation node.
@@ -1104,6 +1105,7 @@ VeloxQueryPlanConverterBase::toVeloxQueryPlan(
11041105 globalGroupingSets,
11051106 groupIdField,
11061107 /* ignoreNullKeys=*/ false ,
1108+ /* noGroupsSpanBatches=*/ false ,
11071109 toVeloxQueryPlan (node->source , tableWriteInfo, taskId));
11081110}
11091111
@@ -1184,6 +1186,7 @@ VeloxQueryPlanConverterBase::toVeloxQueryPlan(
11841186 /* aggregateNames=*/ std::vector<std::string>{},
11851187 /* aggregates=*/ std::vector<core::AggregationNode::Aggregate>{},
11861188 /* ignoreNullKeys=*/ false ,
1189+ /* noGroupsSpanBatches=*/ false ,
11871190 toVeloxQueryPlan (node->source , tableWriteInfo, taskId)));
11881191}
11891192
You can’t perform that action at this time.
0 commit comments