[fix](planner)output slot should be materialized as intermediate slot in agg node (#27282)

This commit is contained in:
starocean999
2023-11-23 18:41:08 +08:00
committed by GitHub
parent 1555b11035
commit d9f6e51884
3 changed files with 74 additions and 0 deletions

View File

@ -911,6 +911,7 @@ public final class AggregateInfo extends AggregateInfoBase {
continue;
}
slotDesc.setIsMaterialized(true);
intermediateSlotDesc.setIsMaterialized(true);
exprs.add(functionCallExpr);
materializedSlots.add(i);