mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 09:52:38 +00:00
Minor fix
This commit is contained in:
parent
fb473e6f9c
commit
4c75637ee7
@ -46,7 +46,7 @@ void MarkTableIdentifiersMatcher::visit(const ASTFunction & func, ASTPtr & ptr,
|
||||
{
|
||||
if (func.arguments->children.empty())
|
||||
return;
|
||||
auto & ast = func.arguments->children.at(0);
|
||||
auto ast = func.arguments->children.at(0);
|
||||
auto opt_name = tryGetIdentifierName(ast);
|
||||
if (opt_name && !data.aliases.count(*opt_name) && ast->as<ASTIdentifier>())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user