Commit 7cd3f2f
test: round-trip fixed-size list scalars through protobuf
Covers the ConstantArray metadata path for fixed-size list dtypes
(e.g. a UUID column stored as fixed_size_list(u8)[16]): serialization
writes the scalar as a protobuf ListValue, and deserialization
previously rejected it with "expected List dtype for ListValue".
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Frederic Branczyk <fbranczyk@gmail.com>1 parent 907e83a commit 7cd3f2f
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
257 | 276 | | |
258 | 277 | | |
259 | 278 | | |
| |||
0 commit comments