Closed youngsofun closed 5 months ago
curl return schema
"schema":[{"name":"arr","type":"Nullable(Array(Int64 NULL))"}]
root@localhost:8000/default> select * from array_int64_table;
SELECT
*
FROM
array_int64_table
┌──────────────────────────────────┐
│ arr │
│ Nullable(Array(Nullable(Int64))) │
├──────────────────────────────────┤
│ [1,2,3,4] │
│ [5,6,7,8] │
└──────────────────────────────────┘
2 rows read in 0.151 sec. Processed 2 rows, 90B (13.27 rows/s, 597B/s)
Cannot reproduce in v0.18.3