Commit c4e7de3
docs(readme): drop Nullable(Array/Tuple) example that the compiler rejects
ClickHouse does not allow Nullable(Array(...)); the schema compiler
throws UnsupportedException pointing callers at the empty-array
sentinel. Nullable(Tuple(...)) is also rejected because ClickHouse
marks it experimental behind allow_experimental_nullable_tuple_type
and recommends Tuple(Nullable(T1), Nullable(T2), ...) instead. Remove
the incorrect ->array('scores', ...)->nullable() example and its
expected SQL, and rewrite the surrounding prose to document both
constraints accurately.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3dff874 commit c4e7de3
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2298 | 2298 | | |
2299 | 2299 | | |
2300 | 2300 | | |
2301 | | - | |
2302 | 2301 | | |
2303 | 2302 | | |
2304 | 2303 | | |
2305 | 2304 | | |
2306 | 2305 | | |
2307 | | - | |
2308 | | - | |
| 2306 | + | |
2309 | 2307 | | |
2310 | 2308 | | |
2311 | | - | |
| 2309 | + | |
2312 | 2310 | | |
2313 | 2311 | | |
2314 | 2312 | | |
| |||
0 commit comments