mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +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,
|
/// Some AST revriting code, like IdentifierSemantic::setColumnLongName,
|
||||||
/// does not respect children of identifier.
|
/// 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())
|
if (name_parts[i].empty() && j < children.size())
|
||||||
children[j++]->formatImpl(settings, state, frame);
|
children[j++]->formatImpl(settings, state, frame);
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user