mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Update ASTIdentifier.cpp
This commit is contained in:
parent
194dd91f0c
commit
5cc005710a
@ -118,7 +118,7 @@ void ASTIdentifier::formatImplWithoutAlias(const FormatSettings & settings, Form
|
||||
|
||||
/// Some AST revriting code, like IdentifierSemantic::setColumnLongName,
|
||||
/// does not respect children of identifier.
|
||||
/// Here we also ingore children if they are empty.
|
||||
/// Here we also ignore children if they are empty.
|
||||
if (name_parts[i].empty() && j < children.size())
|
||||
children[j++]->formatImpl(settings, state, frame);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user