mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fixed error with Sets, part 2 #2246
This commit is contained in:
parent
ce0ac3f8f8
commit
207a8cc03c
@ -28,7 +28,9 @@ CreatingSetsBlockInputStream::CreatingSetsBlockInputStream(
|
||||
if (elem.second.source)
|
||||
{
|
||||
children.push_back(elem.second.source);
|
||||
elem.second.set->setHeader(elem.second.source->getHeader());
|
||||
|
||||
if (elem.second.set)
|
||||
elem.second.set->setHeader(elem.second.source->getHeader());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user