提交 fe47dbfd 编写于 作者: V Vyacheslav Alipov

fixed Null pointer exception with limit 0 [#CONV-7549]

上级 96fd8665
......@@ -767,7 +767,7 @@ private:
void onProfileInfo(const BlockStreamProfileInfo & profile_info)
{
if (profile_info.hasAppliedLimit())
if (profile_info.hasAppliedLimit() && block_std_out)
block_std_out->setRowsBeforeLimit(profile_info.getRowsBeforeLimit());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册