mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fixed error [#CLICKHOUSE-2].
This commit is contained in:
parent
84016cc96f
commit
bc160f5e4d
@ -37,7 +37,7 @@ BlockInputStreams StorageSystemBuildOptions::read(
|
||||
for (auto it = auto_config_build; *it; it += 2)
|
||||
{
|
||||
res_columns[0]->insert(String(it[0]));
|
||||
res_columns[0]->insert(String(it[1]));
|
||||
res_columns[1]->insert(String(it[1]));
|
||||
}
|
||||
|
||||
return BlockInputStreams(1, std::make_shared<OneBlockInputStream>(getSampleBlock().cloneWithColumns(std::move(res_columns))));
|
||||
|
Loading…
Reference in New Issue
Block a user