mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 09:52:38 +00:00
fix test
This commit is contained in:
parent
791a03e776
commit
a21ee85368
@ -682,7 +682,7 @@ QueryProcessingStage::Enum InterpreterSelectQuery::executeFetchColumns(Pipeline
|
||||
optimize_prewhere(*merge_tree);
|
||||
}
|
||||
|
||||
if (query_analyzer->appendPrewhere(chain, false))
|
||||
if (!dry_run && query_analyzer->appendPrewhere(chain, false))
|
||||
{
|
||||
query_info.prewhere_actions = chain.getLastActions();
|
||||
chain.addStep();
|
||||
|
Loading…
Reference in New Issue
Block a user