- Notifications
You must be signed in to change notification settings - Fork5
Commit65fd913
committed
Fix an Assert that turns out to be reachable after all.
estimate_num_groups() gets unhappy withcreate table empty();select * from empty except select * from empty e2;I can't see any actual use-case for such a query (and the table is illegalper SQL spec), but it seems like a good idea that it not cause an assertfailure.1 parentd515365 commit65fd913
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3182 | 3182 |
| |
3183 | 3183 |
| |
3184 | 3184 |
| |
3185 |
| - | |
3186 |
| - | |
| 3185 | + | |
| 3186 | + | |
| 3187 | + | |
| 3188 | + | |
| 3189 | + | |
| 3190 | + | |
| 3191 | + | |
3187 | 3192 |
| |
3188 | 3193 |
| |
3189 | 3194 |
| |
|
0 commit comments
Comments
(0)