提交 4a4e863f 编写于 作者: A Alexey Milovidov 提交者: alexey-milovidov

Fixed warning on clang 6 [#CLICKHOUSE-2].

上级 0c8e0829
......@@ -116,7 +116,7 @@ Block MergeTreeBaseBlockInputStream::readFromPart()
};
// read rows from reader and clear columns
auto skipRows = [& preferred_block_size_bytes, & estimateNumRows](
auto skipRows = [&estimateNumRows](
Block & block, MergeTreeRangeReader & reader, MergeTreeReadTask & task, size_t rows)
{
size_t recommended_rows = rows;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册