Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into master

This commit is contained in:
George 2021-02-02 05:18:19 +03:00
commit 0a1a55011c

View File

@ -269,14 +269,6 @@ ASTPtr tryParseQuery(
// most of the checks.
if (insert && insert->data)
{
if (!parse_res)
{
// Generic parse error.
out_error_message = getSyntaxErrorMessage(query_begin, all_queries_end,
last_token, expected, hilite, query_description);
return nullptr;
}
return res;
}