- Notifications
You must be signed in to change notification settings - Fork5
Commite1b449b
committed
Fix partial aggregation for the case of a degenerate GROUP BY clause.
The plan generated for sorted partial aggregation with "GROUP BY constant"included a Sort node with no sort keys, which the executor does not like.Per report from Steve Randall. I'd add a regression test case if I couldthink of a compact one, but it doesn't seem worth expending lots of cycleson.Report: <CABVd52UAdGXpg_rCk46egpNKYdXOzCjuJ1zG26E2xBe_8bj+Fg@mail.gmail.com>1 parent0b1b503 commite1b449b
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3741 | 3741 |
| |
3742 | 3742 |
| |
3743 | 3743 |
| |
3744 |
| - | |
3745 |
| - | |
3746 |
| - | |
| 3744 | + | |
| 3745 | + | |
| 3746 | + | |
3747 | 3747 |
| |
3748 |
| - | |
| 3748 | + | |
3749 | 3749 |
| |
3750 | 3750 |
| |
3751 | 3751 |
| |
|
0 commit comments
Comments
(0)