mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Update 02770_async_buffer_ignore.sh
This commit is contained in:
parent
7fcafaabd5
commit
07467639a2
@ -10,7 +10,7 @@ DROP TABLE IF EXISTS test_s3;
|
||||
|
||||
CREATE TABLE test_s3 (a UInt64, b UInt64)
|
||||
ENGINE = MergeTree ORDER BY a
|
||||
SETTINGS storage_policy = 's3', min_bytes_for_wide_part = 0;
|
||||
SETTINGS disk = 's3_disk', min_bytes_for_wide_part = 0;
|
||||
|
||||
INSERT INTO test_s3 SELECT number, number FROM numbers(1000000);
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user