modify code style

modify code style
This commit is contained in:
sunny 2024-08-06 21:42:14 +08:00 committed by GitHub
parent e2b74e4176
commit 20cd84960e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,7 @@ bool ParserDeleteQuery::parseImpl(Pos & pos, ASTPtr & node, Expected & expected)
}
else
return false;
if (query->partition)
query->children.push_back(query->partition);