fix tests

This commit is contained in:
Anton Popov 2022-03-21 22:49:33 +00:00
parent 0c210a831c
commit 54b02c5108
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,5 @@
-- Tags: no-fasttest
DROP TABLE IF EXISTS t_subcolumns_sizes;
SET allow_experimental_object_type = 1;