Update ParserDeleteQuery.cpp

fix: delete space
This commit is contained in:
sunny 2024-08-14 18:24:03 +08:00 committed by GitHub
parent 9754620c07
commit 4f77893c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);