mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 05:32:52 +00:00
fix limit with offset
This commit is contained in:
parent
659d3857ab
commit
811dab72a8
@ -143,7 +143,7 @@ Block LimitBlockInputStream::readImpl()
|
||||
}
|
||||
}
|
||||
|
||||
if (start + length == rows)
|
||||
if (length == rows)
|
||||
return *ptr;
|
||||
|
||||
for (size_t i = 0; i < ptr->columns(); ++i)
|
||||
|
Loading…
Reference in New Issue
Block a user