Commit 97a939a
Adapt StorageMaterializedPostgreSQL to the new getColumnSizes signature
Master added a getColumnSizes(const Names &) override to
StorageMaterializedPostgreSQL after this branch was created. After merging
master, update that override to the new getColumnSizes(const Names &, bool)
signature so it forwards calculate_subcolumn_sizes to the nested table.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent d9ea54e commit 97a939a
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments