Commit 6330fac
PHOENIX-7948 IndexTwoPhaseCreateIT requests an illegal transform
The test creates a mutable base table and then asserts that a transform
to SINGLE_CELL_ARRAY_WITH_OFFSETS produces a new physical table with that
storage scheme. SINGLE_CELL_ARRAY_WITH_OFFSETS is incompatible with
in-place mutation, so Phoenix intentionally downgrades the requested
scheme to ONE_CELL_PER_COLUMN for any mutable base table.
Co-authored-by: Claude Opus 4.8[1m] <noreply@anthropic.com>1 parent 132411c commit 6330fac
1 file changed
Lines changed: 7 additions & 1 deletion
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| 137 | + | |
| 138 | + | |
134 | 139 | | |
135 | 140 | | |
136 | | - | |
| 141 | + | |
| 142 | + | |
137 | 143 | | |
138 | 144 | | |
139 | 145 | | |
| |||
0 commit comments