Update tests

This commit is contained in:
Alexey Milovidov 2024-07-27 10:39:55 +02:00
parent 16e84d1e36
commit 9a6de84559
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
SELECT extract(toString(number), '10000000') FROM system.numbers_mt WHERE concat(materialize('1'), '...', toString(number)) LIKE '%10000000%' LIMIT 1
SELECT extract(toString(number), '10000000') FROM system.numbers_mt WHERE concat(materialize('1'), '...', toString(number)) LIKE '%10000000%' LIMIT 1 SETTINGS max_rows_to_read = 0;

View File

@ -1,7 +1,7 @@
-- Tags: long, distributed, no-random-settings
drop table if exists data_01730;
SET max_rows_to_read = 0, max_result_rows = 0;
SET max_rows_to_read = 0, max_result_rows = 0, max_bytes_before_external_group_by = 0;
-- does not use 127.1 due to prefer_localhost_replica