[fix](planner)output slot should be materialized as intermediate slot in agg node (#27282)
This commit is contained in:
@ -911,6 +911,7 @@ public final class AggregateInfo extends AggregateInfoBase {
|
||||
continue;
|
||||
}
|
||||
|
||||
slotDesc.setIsMaterialized(true);
|
||||
intermediateSlotDesc.setIsMaterialized(true);
|
||||
exprs.add(functionCallExpr);
|
||||
materializedSlots.add(i);
|
||||
|
||||
Reference in New Issue
Block a user