mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 14:02:21 +00:00
Fixing tidy.
This commit is contained in:
parent
09dcd6322d
commit
221a2d5c4e
@ -30,7 +30,7 @@ UnionStep::UnionStep(Headers input_headers_, size_t max_threads_)
|
||||
: max_threads(max_threads_)
|
||||
{
|
||||
updateInputHeaders(std::move(input_headers_));
|
||||
updateOutputHeader();
|
||||
output_header = checkHeaders(input_headers);
|
||||
}
|
||||
|
||||
void UnionStep::updateOutputHeader()
|
||||
|
Loading…
Reference in New Issue
Block a user