mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix new test
This commit is contained in:
parent
412268bf4e
commit
f3d5859c8b
@ -25,26 +25,26 @@ UInt64
|
||||
7 7 \N []
|
||||
8 8 \N []
|
||||
9 9 \N []
|
||||
str_10 \N str_10 []
|
||||
[[0]] \N \N []
|
||||
str_11 \N str_11 []
|
||||
str_10 \N str_10 []
|
||||
[[0,1]] \N \N []
|
||||
str_12 \N str_12 []
|
||||
str_11 \N str_11 []
|
||||
[[0,1,2]] \N \N []
|
||||
str_13 \N str_13 []
|
||||
str_12 \N str_12 []
|
||||
[[0,1,2,3]] \N \N []
|
||||
str_14 \N str_14 []
|
||||
str_13 \N str_13 []
|
||||
[[0,1,2,3,4]] \N \N []
|
||||
str_15 \N str_15 []
|
||||
str_14 \N str_14 []
|
||||
[[0,1,2,3,4,5]] \N \N []
|
||||
str_16 \N str_16 []
|
||||
str_15 \N str_15 []
|
||||
[[0,1,2,3,4,5,6]] \N \N []
|
||||
str_17 \N str_17 []
|
||||
str_16 \N str_16 []
|
||||
[[0,1,2,3,4,5,6,7]] \N \N []
|
||||
str_18 \N str_18 []
|
||||
str_17 \N str_17 []
|
||||
[[0,1,2,3,4,5,6,7,8]] \N \N []
|
||||
str_19 \N str_19 []
|
||||
str_18 \N str_18 []
|
||||
[[0,1,2,3,4,5,6,7,8,9]] \N \N []
|
||||
str_19 \N str_19 []
|
||||
[20] \N \N [20]
|
||||
['str_21','str_21'] \N \N ['str_21','str_21']
|
||||
[22,22,22] \N \N [22,22,22]
|
||||
@ -115,6 +115,7 @@ str_79 \N str_79 []
|
||||
7 \N []
|
||||
8 \N []
|
||||
9 \N []
|
||||
\N \N []
|
||||
\N str_10 []
|
||||
\N \N []
|
||||
\N str_11 []
|
||||
@ -134,7 +135,6 @@ str_79 \N str_79 []
|
||||
\N str_18 []
|
||||
\N \N []
|
||||
\N str_19 []
|
||||
\N \N []
|
||||
\N \N [20]
|
||||
\N \N ['str_21','str_21']
|
||||
\N \N [22,22,22]
|
||||
@ -295,26 +295,26 @@ str_79 \N str_79 []
|
||||
7 7 \N [] 0 []
|
||||
8 8 \N [] 0 []
|
||||
9 9 \N [] 0 []
|
||||
str_10 \N \N [] 0 []
|
||||
[[0]] \N \N [] 0 []
|
||||
str_11 \N \N [] 0 []
|
||||
str_10 \N \N [] 0 []
|
||||
[[0,1]] \N \N [] 0 []
|
||||
str_12 \N \N [] 0 []
|
||||
str_11 \N \N [] 0 []
|
||||
[[0,1,2]] \N \N [] 0 []
|
||||
str_13 \N \N [] 0 []
|
||||
str_12 \N \N [] 0 []
|
||||
[[0,1,2,3]] \N \N [] 0 []
|
||||
str_14 \N \N [] 0 []
|
||||
str_13 \N \N [] 0 []
|
||||
[[0,1,2,3,4]] \N \N [] 0 []
|
||||
str_15 \N \N [] 0 []
|
||||
str_14 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5]] \N \N [] 0 []
|
||||
str_16 \N \N [] 0 []
|
||||
str_15 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5,6]] \N \N [] 0 []
|
||||
str_17 \N \N [] 0 []
|
||||
str_16 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5,6,7]] \N \N [] 0 []
|
||||
str_18 \N \N [] 0 []
|
||||
str_17 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5,6,7,8]] \N \N [] 0 []
|
||||
str_19 \N \N [] 0 []
|
||||
str_18 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5,6,7,8,9]] \N \N [] 0 []
|
||||
str_19 \N \N [] 0 []
|
||||
[20] \N \N [20] 1 [20]
|
||||
['str_21','str_21'] \N \N ['str_21','str_21'] 2 [NULL,NULL]
|
||||
[22,22,22] \N \N [22,22,22] 3 [22,22,22]
|
||||
@ -475,26 +475,26 @@ str_79 \N \N [] 0 []
|
||||
7 0 [] []
|
||||
8 0 [] []
|
||||
9 0 [] []
|
||||
str_10 0 [] []
|
||||
[[0]] 0 [] []
|
||||
str_11 0 [] []
|
||||
str_10 0 [] []
|
||||
[[0,1]] 0 [] []
|
||||
str_12 0 [] []
|
||||
str_11 0 [] []
|
||||
[[0,1,2]] 0 [] []
|
||||
str_13 0 [] []
|
||||
str_12 0 [] []
|
||||
[[0,1,2,3]] 0 [] []
|
||||
str_14 0 [] []
|
||||
str_13 0 [] []
|
||||
[[0,1,2,3,4]] 0 [] []
|
||||
str_15 0 [] []
|
||||
str_14 0 [] []
|
||||
[[0,1,2,3,4,5]] 0 [] []
|
||||
str_16 0 [] []
|
||||
str_15 0 [] []
|
||||
[[0,1,2,3,4,5,6]] 0 [] []
|
||||
str_17 0 [] []
|
||||
str_16 0 [] []
|
||||
[[0,1,2,3,4,5,6,7]] 0 [] []
|
||||
str_18 0 [] []
|
||||
str_17 0 [] []
|
||||
[[0,1,2,3,4,5,6,7,8]] 0 [] []
|
||||
str_19 0 [] []
|
||||
str_18 0 [] []
|
||||
[[0,1,2,3,4,5,6,7,8,9]] 0 [] []
|
||||
str_19 0 [] []
|
||||
[20] 0 [] [20]
|
||||
['str_21','str_21'] 0 [] [NULL,NULL]
|
||||
[22,22,22] 0 [] [22,22,22]
|
||||
@ -655,7 +655,6 @@ str_79 0 [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[1] [[0]] [[[]]]
|
||||
[] [] []
|
||||
[2] [[0,1]] [[[],[]]]
|
||||
@ -735,6 +734,7 @@ str_79 0 [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
Array(Array(Dynamic))
|
||||
Array(Variant(String, UInt64))
|
||||
None
|
||||
@ -762,26 +762,26 @@ UInt64
|
||||
7 7 \N []
|
||||
8 8 \N []
|
||||
9 9 \N []
|
||||
str_10 \N str_10 []
|
||||
[[0]] \N \N []
|
||||
str_11 \N str_11 []
|
||||
str_10 \N str_10 []
|
||||
[[0,1]] \N \N []
|
||||
str_12 \N str_12 []
|
||||
str_11 \N str_11 []
|
||||
[[0,1,2]] \N \N []
|
||||
str_13 \N str_13 []
|
||||
str_12 \N str_12 []
|
||||
[[0,1,2,3]] \N \N []
|
||||
str_14 \N str_14 []
|
||||
str_13 \N str_13 []
|
||||
[[0,1,2,3,4]] \N \N []
|
||||
str_15 \N str_15 []
|
||||
str_14 \N str_14 []
|
||||
[[0,1,2,3,4,5]] \N \N []
|
||||
str_16 \N str_16 []
|
||||
str_15 \N str_15 []
|
||||
[[0,1,2,3,4,5,6]] \N \N []
|
||||
str_17 \N str_17 []
|
||||
str_16 \N str_16 []
|
||||
[[0,1,2,3,4,5,6,7]] \N \N []
|
||||
str_18 \N str_18 []
|
||||
str_17 \N str_17 []
|
||||
[[0,1,2,3,4,5,6,7,8]] \N \N []
|
||||
str_19 \N str_19 []
|
||||
str_18 \N str_18 []
|
||||
[[0,1,2,3,4,5,6,7,8,9]] \N \N []
|
||||
str_19 \N str_19 []
|
||||
[20] \N \N [20]
|
||||
['str_21','str_21'] \N \N ['str_21','str_21']
|
||||
[22,22,22] \N \N [22,22,22]
|
||||
@ -852,6 +852,7 @@ str_79 \N str_79 []
|
||||
7 \N []
|
||||
8 \N []
|
||||
9 \N []
|
||||
\N \N []
|
||||
\N str_10 []
|
||||
\N \N []
|
||||
\N str_11 []
|
||||
@ -871,7 +872,6 @@ str_79 \N str_79 []
|
||||
\N str_18 []
|
||||
\N \N []
|
||||
\N str_19 []
|
||||
\N \N []
|
||||
\N \N [20]
|
||||
\N \N ['str_21','str_21']
|
||||
\N \N [22,22,22]
|
||||
@ -1032,26 +1032,26 @@ str_79 \N str_79 []
|
||||
7 7 \N [] 0 []
|
||||
8 8 \N [] 0 []
|
||||
9 9 \N [] 0 []
|
||||
str_10 \N \N [] 0 []
|
||||
[[0]] \N \N [] 0 []
|
||||
str_11 \N \N [] 0 []
|
||||
str_10 \N \N [] 0 []
|
||||
[[0,1]] \N \N [] 0 []
|
||||
str_12 \N \N [] 0 []
|
||||
str_11 \N \N [] 0 []
|
||||
[[0,1,2]] \N \N [] 0 []
|
||||
str_13 \N \N [] 0 []
|
||||
str_12 \N \N [] 0 []
|
||||
[[0,1,2,3]] \N \N [] 0 []
|
||||
str_14 \N \N [] 0 []
|
||||
str_13 \N \N [] 0 []
|
||||
[[0,1,2,3,4]] \N \N [] 0 []
|
||||
str_15 \N \N [] 0 []
|
||||
str_14 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5]] \N \N [] 0 []
|
||||
str_16 \N \N [] 0 []
|
||||
str_15 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5,6]] \N \N [] 0 []
|
||||
str_17 \N \N [] 0 []
|
||||
str_16 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5,6,7]] \N \N [] 0 []
|
||||
str_18 \N \N [] 0 []
|
||||
str_17 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5,6,7,8]] \N \N [] 0 []
|
||||
str_19 \N \N [] 0 []
|
||||
str_18 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5,6,7,8,9]] \N \N [] 0 []
|
||||
str_19 \N \N [] 0 []
|
||||
[20] \N \N [20] 1 [20]
|
||||
['str_21','str_21'] \N \N ['str_21','str_21'] 2 [NULL,NULL]
|
||||
[22,22,22] \N \N [22,22,22] 3 [22,22,22]
|
||||
@ -1212,26 +1212,26 @@ str_79 \N \N [] 0 []
|
||||
7 0 [] []
|
||||
8 0 [] []
|
||||
9 0 [] []
|
||||
str_10 0 [] []
|
||||
[[0]] 0 [] []
|
||||
str_11 0 [] []
|
||||
str_10 0 [] []
|
||||
[[0,1]] 0 [] []
|
||||
str_12 0 [] []
|
||||
str_11 0 [] []
|
||||
[[0,1,2]] 0 [] []
|
||||
str_13 0 [] []
|
||||
str_12 0 [] []
|
||||
[[0,1,2,3]] 0 [] []
|
||||
str_14 0 [] []
|
||||
str_13 0 [] []
|
||||
[[0,1,2,3,4]] 0 [] []
|
||||
str_15 0 [] []
|
||||
str_14 0 [] []
|
||||
[[0,1,2,3,4,5]] 0 [] []
|
||||
str_16 0 [] []
|
||||
str_15 0 [] []
|
||||
[[0,1,2,3,4,5,6]] 0 [] []
|
||||
str_17 0 [] []
|
||||
str_16 0 [] []
|
||||
[[0,1,2,3,4,5,6,7]] 0 [] []
|
||||
str_18 0 [] []
|
||||
str_17 0 [] []
|
||||
[[0,1,2,3,4,5,6,7,8]] 0 [] []
|
||||
str_19 0 [] []
|
||||
str_18 0 [] []
|
||||
[[0,1,2,3,4,5,6,7,8,9]] 0 [] []
|
||||
str_19 0 [] []
|
||||
[20] 0 [] [20]
|
||||
['str_21','str_21'] 0 [] [NULL,NULL]
|
||||
[22,22,22] 0 [] [22,22,22]
|
||||
@ -1392,7 +1392,6 @@ str_79 0 [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[1] [[0]] [[[]]]
|
||||
[] [] []
|
||||
[2] [[0,1]] [[[],[]]]
|
||||
@ -1472,6 +1471,7 @@ str_79 0 [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
Array(Array(Dynamic))
|
||||
Array(Variant(String, UInt64))
|
||||
None
|
||||
@ -1499,26 +1499,26 @@ UInt64
|
||||
7 7 \N []
|
||||
8 8 \N []
|
||||
9 9 \N []
|
||||
str_10 \N str_10 []
|
||||
[[0]] \N \N []
|
||||
str_11 \N str_11 []
|
||||
str_10 \N str_10 []
|
||||
[[0,1]] \N \N []
|
||||
str_12 \N str_12 []
|
||||
str_11 \N str_11 []
|
||||
[[0,1,2]] \N \N []
|
||||
str_13 \N str_13 []
|
||||
str_12 \N str_12 []
|
||||
[[0,1,2,3]] \N \N []
|
||||
str_14 \N str_14 []
|
||||
str_13 \N str_13 []
|
||||
[[0,1,2,3,4]] \N \N []
|
||||
str_15 \N str_15 []
|
||||
str_14 \N str_14 []
|
||||
[[0,1,2,3,4,5]] \N \N []
|
||||
str_16 \N str_16 []
|
||||
str_15 \N str_15 []
|
||||
[[0,1,2,3,4,5,6]] \N \N []
|
||||
str_17 \N str_17 []
|
||||
str_16 \N str_16 []
|
||||
[[0,1,2,3,4,5,6,7]] \N \N []
|
||||
str_18 \N str_18 []
|
||||
str_17 \N str_17 []
|
||||
[[0,1,2,3,4,5,6,7,8]] \N \N []
|
||||
str_19 \N str_19 []
|
||||
str_18 \N str_18 []
|
||||
[[0,1,2,3,4,5,6,7,8,9]] \N \N []
|
||||
str_19 \N str_19 []
|
||||
[20] \N \N [20]
|
||||
['str_21','str_21'] \N \N ['str_21','str_21']
|
||||
[22,22,22] \N \N [22,22,22]
|
||||
@ -1589,6 +1589,7 @@ str_79 \N str_79 []
|
||||
7 \N []
|
||||
8 \N []
|
||||
9 \N []
|
||||
\N \N []
|
||||
\N str_10 []
|
||||
\N \N []
|
||||
\N str_11 []
|
||||
@ -1608,7 +1609,6 @@ str_79 \N str_79 []
|
||||
\N str_18 []
|
||||
\N \N []
|
||||
\N str_19 []
|
||||
\N \N []
|
||||
\N \N [20]
|
||||
\N \N ['str_21','str_21']
|
||||
\N \N [22,22,22]
|
||||
@ -1769,26 +1769,26 @@ str_79 \N str_79 []
|
||||
7 7 \N [] 0 []
|
||||
8 8 \N [] 0 []
|
||||
9 9 \N [] 0 []
|
||||
str_10 \N \N [] 0 []
|
||||
[[0]] \N \N [] 0 []
|
||||
str_11 \N \N [] 0 []
|
||||
str_10 \N \N [] 0 []
|
||||
[[0,1]] \N \N [] 0 []
|
||||
str_12 \N \N [] 0 []
|
||||
str_11 \N \N [] 0 []
|
||||
[[0,1,2]] \N \N [] 0 []
|
||||
str_13 \N \N [] 0 []
|
||||
str_12 \N \N [] 0 []
|
||||
[[0,1,2,3]] \N \N [] 0 []
|
||||
str_14 \N \N [] 0 []
|
||||
str_13 \N \N [] 0 []
|
||||
[[0,1,2,3,4]] \N \N [] 0 []
|
||||
str_15 \N \N [] 0 []
|
||||
str_14 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5]] \N \N [] 0 []
|
||||
str_16 \N \N [] 0 []
|
||||
str_15 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5,6]] \N \N [] 0 []
|
||||
str_17 \N \N [] 0 []
|
||||
str_16 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5,6,7]] \N \N [] 0 []
|
||||
str_18 \N \N [] 0 []
|
||||
str_17 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5,6,7,8]] \N \N [] 0 []
|
||||
str_19 \N \N [] 0 []
|
||||
str_18 \N \N [] 0 []
|
||||
[[0,1,2,3,4,5,6,7,8,9]] \N \N [] 0 []
|
||||
str_19 \N \N [] 0 []
|
||||
[20] \N \N [20] 1 [20]
|
||||
['str_21','str_21'] \N \N ['str_21','str_21'] 2 [NULL,NULL]
|
||||
[22,22,22] \N \N [22,22,22] 3 [22,22,22]
|
||||
@ -1949,26 +1949,26 @@ str_79 \N \N [] 0 []
|
||||
7 0 [] []
|
||||
8 0 [] []
|
||||
9 0 [] []
|
||||
str_10 0 [] []
|
||||
[[0]] 0 [] []
|
||||
str_11 0 [] []
|
||||
str_10 0 [] []
|
||||
[[0,1]] 0 [] []
|
||||
str_12 0 [] []
|
||||
str_11 0 [] []
|
||||
[[0,1,2]] 0 [] []
|
||||
str_13 0 [] []
|
||||
str_12 0 [] []
|
||||
[[0,1,2,3]] 0 [] []
|
||||
str_14 0 [] []
|
||||
str_13 0 [] []
|
||||
[[0,1,2,3,4]] 0 [] []
|
||||
str_15 0 [] []
|
||||
str_14 0 [] []
|
||||
[[0,1,2,3,4,5]] 0 [] []
|
||||
str_16 0 [] []
|
||||
str_15 0 [] []
|
||||
[[0,1,2,3,4,5,6]] 0 [] []
|
||||
str_17 0 [] []
|
||||
str_16 0 [] []
|
||||
[[0,1,2,3,4,5,6,7]] 0 [] []
|
||||
str_18 0 [] []
|
||||
str_17 0 [] []
|
||||
[[0,1,2,3,4,5,6,7,8]] 0 [] []
|
||||
str_19 0 [] []
|
||||
str_18 0 [] []
|
||||
[[0,1,2,3,4,5,6,7,8,9]] 0 [] []
|
||||
str_19 0 [] []
|
||||
[20] 0 [] [20]
|
||||
['str_21','str_21'] 0 [] [NULL,NULL]
|
||||
[22,22,22] 0 [] [22,22,22]
|
||||
@ -2129,7 +2129,6 @@ str_79 0 [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[1] [[0]] [[[]]]
|
||||
[] [] []
|
||||
[2] [[0,1]] [[[],[]]]
|
||||
@ -2209,3 +2208,4 @@ str_79 0 [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
[] [] []
|
||||
|
@ -29,14 +29,14 @@ select count() from test where not empty(d.`Array(Array(Dynamic))`);
|
||||
select count() from test where d is NULL;
|
||||
select count() from test where not empty(d.`Tuple(a Array(Dynamic))`.a.String);
|
||||
|
||||
select d, d.UInt64, d.String, d.`Array(Variant(String, UInt64))` from test order by id;
|
||||
select d.UInt64, d.String, d.`Array(Variant(String, UInt64))` from test order by id;
|
||||
select d.Int8, d.Date, d.`Array(String)` from test order by id;
|
||||
select d, d.UInt64, d.Date, d.`Array(Variant(String, UInt64))`, d.`Array(Variant(String, UInt64))`.size0, d.`Array(Variant(String, UInt64))`.UInt64 from test order by id;
|
||||
select d.UInt64, d.Date, d.`Array(Variant(String, UInt64))`, d.`Array(Variant(String, UInt64))`.size0, d.`Array(Variant(String, UInt64))`.UInt64, d.`Array(Variant(String, UInt64))`.String from test order by id;
|
||||
select d, d.`Tuple(a UInt64, b String)`.a, d.`Array(Dynamic)`.`Variant(String, UInt64)`.UInt64, d.`Array(Variant(String, UInt64))`.UInt64 from test order by id;
|
||||
select d.`Array(Dynamic)`.`Variant(String, UInt64)`.UInt64, d.`Array(Dynamic)`.size0, d.`Array(Variant(String, UInt64))`.UInt64 from test order by id;
|
||||
select d.`Array(Array(Dynamic))`.size1, d.`Array(Array(Dynamic))`.UInt64, d.`Array(Array(Dynamic))`.`Map(String, Tuple(a UInt64))`.values.a from test order by id;
|
||||
select d, d.UInt64, d.String, d.`Array(Variant(String, UInt64))` from test order by id, d;
|
||||
select d.UInt64, d.String, d.`Array(Variant(String, UInt64))` from test order by id, d;
|
||||
select d.Int8, d.Date, d.`Array(String)` from test order by id, d;
|
||||
select d, d.UInt64, d.Date, d.`Array(Variant(String, UInt64))`, d.`Array(Variant(String, UInt64))`.size0, d.`Array(Variant(String, UInt64))`.UInt64 from test order by id, d;
|
||||
select d.UInt64, d.Date, d.`Array(Variant(String, UInt64))`, d.`Array(Variant(String, UInt64))`.size0, d.`Array(Variant(String, UInt64))`.UInt64, d.`Array(Variant(String, UInt64))`.String from test order by id, d;
|
||||
select d, d.`Tuple(a UInt64, b String)`.a, d.`Array(Dynamic)`.`Variant(String, UInt64)`.UInt64, d.`Array(Variant(String, UInt64))`.UInt64 from test order by id, d;
|
||||
select d.`Array(Dynamic)`.`Variant(String, UInt64)`.UInt64, d.`Array(Dynamic)`.size0, d.`Array(Variant(String, UInt64))`.UInt64 from test order by id, d;
|
||||
select d.`Array(Array(Dynamic))`.size1, d.`Array(Array(Dynamic))`.UInt64, d.`Array(Array(Dynamic))`.`Map(String, Tuple(a UInt64))`.values.a from test order by id, d;
|
||||
|
||||
drop table test;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user