提交 0101fa0a 编写于 作者: A Alexey Milovidov

Fix error

上级 7aadd380
......@@ -57,11 +57,12 @@ protected:
for (const auto & name : column_names)
columns.emplace_back(src.getByName(name).column);
++current_it;
++current_block_idx;
if (current_block_idx == num_blocks)
is_finished = true;
else
++current_it;
return Chunk(std::move(columns), src.rows());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册