mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Analyzer ARRAY JOIN disable alias validation for subquery or table function
This commit is contained in:
parent
b9cb067153
commit
480619af63
@ -5619,7 +5619,6 @@ void QueryAnalyzer::resolveQueryJoinTreeNode(QueryTreeNodePtr & join_tree_node,
|
||||
{
|
||||
auto & array_join_node = join_tree_node->as<ArrayJoinNode &>();
|
||||
resolveQueryJoinTreeNode(array_join_node.getTableExpression(), scope, expressions_visitor);
|
||||
validateJoinTableExpressionWithoutAlias(join_tree_node, array_join_node.getTableExpression(), scope);
|
||||
|
||||
std::unordered_set<String> array_join_column_names;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user