mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
fix tests
This commit is contained in:
parent
0c210a831c
commit
54b02c5108
@ -41,7 +41,7 @@ a
|
||||
a
|
||||
a
|
||||
id [] [] []
|
||||
t ['a','b','b.u','b.s'] ['UInt64','Tuple(u UInt32, s String)','UInt32','String'] ['Sparse','Default','Sparse','Default']
|
||||
t ['a','b.u','b.s'] ['UInt64','UInt32','String'] ['Sparse','Sparse','Default']
|
||||
0
|
||||
0
|
||||
0
|
||||
@ -58,7 +58,7 @@ aaaaaa
|
||||
a
|
||||
aaaaaa
|
||||
id [] [] []
|
||||
t ['a','b','b.u','b.s'] ['UInt64','Tuple(u UInt32, s String)','UInt32','String'] ['Sparse','Default','Sparse','Default']
|
||||
t ['a','b.u','b.s'] ['UInt64','UInt32','String'] ['Sparse','Sparse','Default']
|
||||
aaaaaa
|
||||
a
|
||||
aaaaaa
|
||||
|
@ -1,13 +1,11 @@
|
||||
5000
|
||||
900
|
||||
839
|
||||
String 562
|
||||
Array 134
|
||||
UInt64 63
|
||||
Tuple 52
|
||||
Int32 47
|
||||
Int8 17
|
||||
Int16 15
|
||||
Nested 9
|
||||
Int64 1
|
||||
leonardomso/33-js-concepts 3
|
||||
ytdl-org/youtube-dl 3
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,3 +1,5 @@
|
||||
-- Tags: no-fasttest
|
||||
|
||||
DROP TABLE IF EXISTS t_subcolumns_sizes;
|
||||
|
||||
SET allow_experimental_object_type = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user