Updated tests

This commit is contained in:
Maksim Kita 2021-04-13 21:13:04 +03:00
parent 8abaf01a5d
commit da3d3e906a
2 changed files with 4 additions and 2 deletions

View File

@ -60,7 +60,8 @@
</query> </query>
<query> <query>
SELECT * FROM simple_key_flat_dictionary FORMAT Null; SELECT * FROM simple_key_flat_dictionary
FORMAT Null;
</query> </query>
<query> <query>

View File

@ -113,7 +113,8 @@
FORMAT Null; FORMAT Null;
</query> </query>
<query> <query>
SELECT * FROM default.complex_key_hashed_dictionary; SELECT * FROM default.complex_key_hashed_dictionary
FORMAT Null;
</query> </query>
<query> <query>
WITH (rand64() % toUInt64({elements_count}), toString(rand64() % toUInt64({elements_count}))) as key WITH (rand64() % toUInt64({elements_count}), toString(rand64() % toUInt64({elements_count}))) as key