Commit e6dd3e1
authored
fix: Load full uncoalesced table if no partition columns available (#1767)
- When there are no partition columns, we should just load the whole
table instead of hanging
- Tested with the snippet in the ticket
- Fixes #17631 parent 1f47a8d commit e6dd3e1
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
289 | 293 | | |
290 | 294 | | |
291 | 295 | | |
| |||
0 commit comments