Update 02770_async_buffer_ignore.sh

This commit is contained in:
Kseniia Sumarokova 2023-05-30 21:00:15 +02:00 committed by GitHub
parent 7fcafaabd5
commit 07467639a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
"