mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
dbms: development [#CONV-5097].
This commit is contained in:
parent
1df16f6b9d
commit
cb3b6208bb
@ -31,6 +31,9 @@ Block LogBlockInputStream::readImpl()
|
||||
{
|
||||
Block res;
|
||||
|
||||
if (rows_read == rows_limit)
|
||||
return res;
|
||||
|
||||
/// Если файлы не открыты, то открываем их.
|
||||
if (streams.empty())
|
||||
for (Names::const_iterator it = column_names.begin(); it != column_names.end(); ++it)
|
||||
|
Loading…
Reference in New Issue
Block a user