Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
colexec: fix usage of incorrect type schema for external hash agg
We recently merged a change to the external hash aggregator to maintain ordering. This was done by planning an explicit sort after aggregation. However, a bug was introduced in which we were using the incorrect type schema for sort planning: namely, we used the "result types" for the aggregator stage (after a projection is applied), but we should have used the "output types" (the schema of what the aggregator outputs). Now this is fixed. Release note: None
- Loading branch information