mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Update ParserDeleteQuery.cpp
fix: delete space
This commit is contained in:
parent
9754620c07
commit
4f77893c79
@ -62,7 +62,7 @@ bool ParserDeleteQuery::parseImpl(Pos & pos, ASTPtr & node, Expected & expected)
|
||||
}
|
||||
else
|
||||
return false;
|
||||
|
||||
|
||||
if (query->partition)
|
||||
query->children.push_back(query->partition);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user