diff --git a/src/Interpreters/DDLTask.cpp b/src/Interpreters/DDLTask.cpp index b867b52ac20..e33617d59f5 100644 --- a/src/Interpreters/DDLTask.cpp +++ b/src/Interpreters/DDLTask.cpp @@ -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());