Fix debug tests.

This commit is contained in:
Nikolai Kochetov 2020-03-11 16:46:51 +03:00
parent 12212fc2d0
commit 5b56cb196c

View File

@ -118,7 +118,7 @@ Pipes StorageSystemZeros::read(
for (size_t i = 0; i < num_streams; ++i) for (size_t i = 0; i < num_streams; ++i)
{ {
auto source = std::make_shared<ZerosSource>(max_block_size, *limit, state); auto source = std::make_shared<ZerosSource>(max_block_size, limit ? *limit : 0, state);
if (limit && i == 0) if (limit && i == 0)
source->addTotalRowsApprox(*limit); source->addTotalRowsApprox(*limit);