mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Update src/Analyzer/Passes/QueryAnalysisPass.cpp
This commit is contained in:
parent
d7c882951f
commit
981e6e2c24
@ -2177,8 +2177,6 @@ QueryTreeNodePtr QueryAnalyzer::tryResolveIdentifierFromAliases(const Identifier
|
||||
}
|
||||
else
|
||||
{
|
||||
alias_name_to_node_map.erase(it);
|
||||
|
||||
std::unordered_set<Identifier> valid_identifiers;
|
||||
collectScopeWithParentScopesValidIdentifiersForTypoCorrection(identifier, scope, true, false, false, valid_identifiers);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user