mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
dbms: fixed error [#CONV-7750].
This commit is contained in:
parent
67f905dbc4
commit
941bd5541c
@ -121,6 +121,7 @@ public:
|
||||
{
|
||||
case Protocol::Server::Data:
|
||||
case Protocol::Server::Progress:
|
||||
case Protocol::Server::ProfileInfo:
|
||||
break;
|
||||
|
||||
case Protocol::Server::EndOfStream:
|
||||
@ -175,6 +176,9 @@ protected:
|
||||
|
||||
break;
|
||||
|
||||
case Protocol::Server::ProfileInfo:
|
||||
break;
|
||||
|
||||
default:
|
||||
throw Exception("Unknown packet from server", ErrorCodes::UNKNOWN_PACKET_FROM_SERVER);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user