mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Update Client.cpp
This commit is contained in:
parent
e17353750c
commit
4eac0c8021
@ -1913,7 +1913,7 @@ private:
|
||||
{
|
||||
/// If INSERT data must be sent.
|
||||
auto * parsed_insert_query = parsed_query->as<ASTInsertQuery>();
|
||||
/// If query isn't parsed, no information can be gor from it.
|
||||
/// If query isn't parsed, no information can be got from it.
|
||||
if (!parsed_insert_query)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user