mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
Remove assertEOF to improve the compability
Signed-off-by: Frank Chen <frank.chen021@outlook.com>
This commit is contained in:
parent
2ae43bb4e8
commit
06ae2fb2b5
@ -138,8 +138,6 @@ void DDLLogEntry::parse(const String & data)
|
||||
|
||||
rb >> this->tracing_context;
|
||||
|
||||
assertEOF(rb);
|
||||
|
||||
if (!host_id_strings.empty())
|
||||
{
|
||||
hosts.resize(host_id_strings.size());
|
||||
|
Loading…
Reference in New Issue
Block a user