03164_adapting_parquet_reader_output_size is parallelizable

This commit is contained in:
Raúl Marín 2024-08-07 18:11:51 +02:00
parent 09964cee56
commit c7b94ca43a

View File

@ -1,4 +1,4 @@
-- Tags: no-fasttest, no-parallel, no-random-settings
-- Tags: no-fasttest, no-random-settings
set max_insert_threads=1;
@ -22,4 +22,4 @@ CREATE TABLE test_parquet (col1 String, col2 String, col3 String, col4 String, c
INSERT INTO test_parquet SELECT rand(),rand(),rand(),rand(),rand(),rand(),rand() FROM numbers(100000);
SELECT max(blockSize()) FROM test_parquet;
DROP TABLE IF EXISTS test_parquet;
DROP TABLE IF EXISTS test_parquet;