[refactor](vectorized) Remove useless control variables to simplify aggregation node code (#22026)
* [refactor](vectorized) Remove useless control variables to simplify aggregation node code * fix
This commit is contained in:
@ -274,7 +274,6 @@ public class AggregationNode extends PlanNode {
|
||||
msg.agg_node.setAggSortInfos(aggSortInfos);
|
||||
msg.agg_node.setUseStreamingPreaggregation(useStreamingPreagg);
|
||||
msg.agg_node.setIsFirstPhase(aggInfo.isFirstPhase());
|
||||
msg.agg_node.setUseFixedLengthSerializationOpt(true);
|
||||
List<Expr> groupingExprs = aggInfo.getGroupingExprs();
|
||||
if (groupingExprs != null) {
|
||||
msg.agg_node.setGroupingExprs(Expr.treesToThrift(groupingExprs));
|
||||
|
||||
Reference in New Issue
Block a user