mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
dbms: make stateless test 00148 deterministic [#METR-15913].
This commit is contained in:
parent
226b11b887
commit
3fbd84b81c
@ -3,5 +3,3 @@
|
|||||||
2 [1,2] [250,150] [3.5,3.5]
|
2 [1,2] [250,150] [3.5,3.5]
|
||||||
3 [2] [150] [1.5]
|
3 [2] [150] [1.5]
|
||||||
0 [1] [1] ['2015-04-09'] [1] [100]
|
0 [1] [1] ['2015-04-09'] [1] [100]
|
||||||
0 [1] [1] ['2015-04-08'] [1] [200]
|
|
||||||
0 [1] [1] ['2015-04-09'] [1] [100]
|
|
||||||
|
@ -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-09'],[1],[100]);
|
||||||
insert into test.nested_not_a_map values (0,[1],[1],['2015-04-08'],[1],[200]);
|
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;
|
optimize table test.nested_not_a_map;
|
||||||
select * from test.nested_not_a_map;
|
select * from test.nested_not_a_map;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user