Internal error: PhysicalExpr Column references bound error, Failure in spilling for AggregateMode::Single
#15530
Labels
bug
Something isn't working
Describe the bug
when using aggregate exec with single mode, and spilling and the group by expressions are not the first expressions from the previous plan there will be schema mismatch
To Reproduce
The following error happen:
Expected behavior
should not fail
Additional context
The spill schema is:
the issue is that the spilling schema is the output schema of the intermediate results while the group by expressions are the same and because column point to an index rather than by name the index now does not exists
The text was updated successfully, but these errors were encountered: