mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
do not revisit ArrayJoin identifiers
This commit is contained in:
parent
97199b9712
commit
f54ed4a2e3
@ -83,7 +83,8 @@ private:
|
||||
data.array_join_alias_to_name[nested_table_alias] = nested_table_name;
|
||||
data.array_join_name_to_alias[nested_table_name] = nested_table_alias;
|
||||
|
||||
out.emplace_back(&ast);
|
||||
for (ASTPtr & child2 : ast->children)
|
||||
out.emplace_back(&child2);
|
||||
}
|
||||
|
||||
return out;
|
||||
|
Loading…
Reference in New Issue
Block a user