提交 11c1f0ec 编写于 作者: C Chen Yufei 提交者: alexey-milovidov

Fix LimitBlockInputStream creation.

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
上级 9d60bcf3
......@@ -1222,7 +1222,7 @@ void InterpreterSelectQuery::executePreLimit()
{
transformStreams([&](auto & stream)
{
stream = std::make_shared<LimitBlockInputStream>(stream, limit_length + limit_offset, false);
stream = std::make_shared<LimitBlockInputStream>(stream, limit_length + limit_offset, 0, false);
});
if (hasMoreThanOneStream())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册