mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
Fix tests.
This commit is contained in:
parent
dbef88e073
commit
da11190677
@ -65,13 +65,6 @@ ReadFromStorageStep::ReadFromStorageStep(
|
||||
pipes.emplace_back(std::move(pipe));
|
||||
}
|
||||
|
||||
if (!blocksHaveEqualStructure(pipes.front().getHeader(), input_streams.front().header))
|
||||
{
|
||||
for (auto & pipe : pipes)
|
||||
pipe.addSimpleTransform(std::make_shared<ConvertingTransform>(
|
||||
pipe.getHeader(), input_streams.front().header, ConvertingTransform::MatchColumnsMode::Name));
|
||||
}
|
||||
|
||||
pipeline = std::make_unique<QueryPipeline>();
|
||||
|
||||
/// Table lock is stored inside pipeline here.
|
||||
|
Loading…
Reference in New Issue
Block a user