Commit ebcdaba
fix(tests): expect UnsupportedException for Nullable(Array)
ClickHouse does not support Nullable(Array(...)) — the schema compiler
already throws an UnsupportedException with a message directing callers
to use an empty array as the missing-value sentinel. The previous test
asserted compiled SQL that the compiler refuses to emit. Mirror the
sibling testArrayRejectsLowCardinalityWrap pattern.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent eb095cf commit ebcdaba
1 file changed
Lines changed: 4 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1326 | 1326 | | |
1327 | 1327 | | |
1328 | 1328 | | |
1329 | | - | |
| 1329 | + | |
1330 | 1330 | | |
| 1331 | + | |
| 1332 | + | |
1331 | 1333 | | |
1332 | | - | |
1333 | | - | |
| 1334 | + | |
1334 | 1335 | | |
1335 | 1336 | | |
1336 | | - | |
1337 | | - | |
1338 | | - | |
1339 | | - | |
1340 | | - | |
1341 | | - | |
1342 | 1337 | | |
1343 | 1338 | | |
1344 | 1339 | | |
| |||
0 commit comments