未验证 提交 6053f012 编写于 作者: A alexey-milovidov 提交者: GitHub

Merge pull request #10833 from ClickHouse/column-vector-additional-assert

Additional assert in ColumnVector
......@@ -201,6 +201,7 @@ public:
Field operator[](size_t n) const override
{
assert(n < data.size()); /// This assert is more strict than the corresponding assert inside PODArray.
return data[n];
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册