mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 04:42:37 +00:00
add no fasttest tag
This commit is contained in:
parent
b4c2fa7e27
commit
dfc2a04d26
@ -1,3 +1,5 @@
|
||||
-- Tags: no-fasttest, no-parallel
|
||||
|
||||
DROP TABLE IF EXISTS test_parquet;
|
||||
CREATE TABLE test_parquet (col1 String, col2 String, col3 String, col4 String, col5 String, col6 String, col7 String) ENGINE=File(Parquet);
|
||||
INSERT INTO test_parquet SELECT rand(),rand(),rand(),rand(),rand(),rand(),rand() FROM numbers(100000);
|
||||
|
Loading…
Reference in New Issue
Block a user