mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Try fix tests.
This commit is contained in:
parent
d0fc7098a7
commit
801c540f5e
@ -640,6 +640,8 @@ void QueryPlan::optimize()
|
||||
while (tryMergeExpressions(frame.node, frame.node->children.front()));
|
||||
|
||||
trySplitFilter(frame.node, nodes);
|
||||
|
||||
tryLiftUpArrayJoin(frame.node, frame.node->children.front(), nodes);
|
||||
}
|
||||
|
||||
stack.pop();
|
||||
|
Loading…
Reference in New Issue
Block a user