mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix
This commit is contained in:
parent
31f7615088
commit
ac0902b088
@ -274,7 +274,8 @@ const QueryNode * findQueryForParallelReplicas(const QueryTreeNodePtr & query_tr
|
||||
if (stack.top() == query_tree_node.get())
|
||||
{
|
||||
LOG_DEBUG(getLogger(__PRETTY_FUNCTION__), "Query itself:\n{}", query_tree_node->dumpTree());
|
||||
return query_node;
|
||||
return nullptr;
|
||||
// return query_node;
|
||||
}
|
||||
|
||||
/// This is needed to avoid infinite recursion.
|
||||
|
Loading…
Reference in New Issue
Block a user