This commit is contained in:
Kruglov Pavel 2022-07-19 15:20:56 +02:00 committed by GitHub
parent 2367f40b70
commit 88d59520a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,6 +81,8 @@ ColumnsDescription readSchemaFromFormat(
try
{
buf = read_buffer_iterator();
if (!buf)
break;
is_eof = buf->eof();
}
catch (...)