提交 934476b2 编写于 作者: A alexey-milovidov

Update Block.cpp

上级 dfabe903
......@@ -611,7 +611,7 @@ void Block::updateHash(SipHash & hash) const
for (size_t row_no = 0; row_no < rows(); ++row_no)
{
for (auto & col : getColumns())
col.column->updateHashWithValue(row_no, hash);
col.column->updateHashWithValue(row_no, hash);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册