mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update ASTIdentifier.cpp
This commit is contained in:
parent
5cc005710a
commit
736b56ce33
@ -116,7 +116,7 @@ void ASTIdentifier::formatImplWithoutAlias(const FormatSettings & settings, Form
|
||||
if (i != 0)
|
||||
settings.ostr << '.';
|
||||
|
||||
/// Some AST revriting code, like IdentifierSemantic::setColumnLongName,
|
||||
/// Some AST rewriting code, like IdentifierSemantic::setColumnLongName,
|
||||
/// does not respect children of identifier.
|
||||
/// Here we also ignore children if they are empty.
|
||||
if (name_parts[i].empty() && j < children.size())
|
||||
|
Loading…
Reference in New Issue
Block a user