mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fixed tests
This commit is contained in:
parent
69f8fb8c9a
commit
12083d0fa1
@ -44,7 +44,7 @@
|
||||
</create_query>
|
||||
|
||||
<create_query>
|
||||
INSERT INTO simple_direct_dictionary_test_table
|
||||
INSERT INTO complex_direct_dictionary_test_table
|
||||
SELECT number, toString(number), number, toString(number), toDecimal64(number, 8), toString(number)
|
||||
FROM system.numbers
|
||||
LIMIT 100000;
|
||||
|
Loading…
Reference in New Issue
Block a user