mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 02:12:21 +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);
|
optimize_prewhere(*merge_tree);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (query_analyzer->appendPrewhere(chain, false))
|
if (!dry_run && query_analyzer->appendPrewhere(chain, false))
|
||||||
{
|
{
|
||||||
query_info.prewhere_actions = chain.getLastActions();
|
query_info.prewhere_actions = chain.getLastActions();
|
||||||
chain.addStep();
|
chain.addStep();
|
||||||
|
Loading…
Reference in New Issue
Block a user