Update 01132_max_rows_to_read.sql

This commit is contained in:
alexey-milovidov 2020-05-11 12:07:11 +03:00 committed by GitHub
parent 7d480ffa3d
commit 0fe9ed93a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,4 +14,4 @@ SELECT count() FROM numbers(20);
SELECT count() FROM numbers(21);
SELECT count() FROM numbers(29); -- one extra block is read and it is Ok.
SELECT count() FROM numbers(30);
SELECT count() FROM numbers(31);
SELECT count() FROM numbers(31);