mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fix logical error in fuzzer
This commit is contained in:
parent
f62f182d69
commit
7a5734749c
@ -4519,7 +4519,7 @@ void QueryAnalyzer::resolveTableFunction(QueryTreeNodePtr & table_function_node,
|
||||
|
||||
auto nodes = arg_func->getArguments().getNodes();
|
||||
if (nodes.size() != 2)
|
||||
return;
|
||||
continue;
|
||||
|
||||
if (auto * identifier_node = nodes[0]->as<IdentifierNode>())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user