This commit is contained in:
Nikita Mikhaylov 2021-03-10 00:22:04 +03:00
parent e7a1398def
commit f3ee129074

View File

@ -123,6 +123,7 @@ void ParallelParsingInputFormat::parserThreadFunction(ThreadGroupStatusPtr threa
}
catch (...)
{
first_parser_finished.Notify();
onBackgroundException(unit.offset);
}
}