mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
dbms: development.
This commit is contained in:
parent
c474d064a8
commit
a39c9a9083
@ -27,7 +27,6 @@ Block LimitBlockInputStream::read()
|
||||
do
|
||||
{
|
||||
res = input->read();
|
||||
res.getByPosition(0);
|
||||
rows = res.rows();
|
||||
pos += rows;
|
||||
} while (pos <= offset);
|
||||
|
Loading…
Reference in New Issue
Block a user