dbms: make stateless test 00148 deterministic [#METR-15913].

This commit is contained in:
Andrey Mironov 2015-04-10 13:14:02 +03:00
parent 226b11b887
commit 3fbd84b81c
2 changed files with 0 additions and 4 deletions

View File

@ -3,5 +3,3 @@
2 [1,2] [250,150] [3.5,3.5]
3 [2] [150] [1.5]
0 [1] [1] ['2015-04-09'] [1] [100]
0 [1] [1] ['2015-04-08'] [1] [200]
0 [1] [1] ['2015-04-09'] [1] [100]

View File

@ -14,8 +14,6 @@ create table test.nested_not_a_map (d materialized today(), k UInt64, payload ma
insert into test.nested_not_a_map values (0,[1],[1],['2015-04-09'],[1],[100]);
insert into test.nested_not_a_map values (0,[1],[1],['2015-04-08'],[1],[200]);
select * from test.nested_not_a_map;
optimize table test.nested_not_a_map;
select * from test.nested_not_a_map;