mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix MergeTreeSequentialBlockInputStream.
This commit is contained in:
parent
4728bdfccd
commit
378052743d
@ -114,8 +114,8 @@ try
|
||||
auto it = sample.begin();
|
||||
for (size_t i = 0; i < num_columns; ++i)
|
||||
{
|
||||
if (header.has(it->name))
|
||||
header.getByName(it->name).column = std::move(columns[i]);
|
||||
if (res.has(it->name))
|
||||
res.getByName(it->name).column = std::move(columns[i]);
|
||||
|
||||
++it;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user