resetOutput

This commit is contained in:
vdimir 2024-09-04 13:29:45 +00:00
parent 45556278c9
commit d38551a178
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -1901,11 +1901,7 @@ void ClientBase::processParsedSingleQuery(const String & full_query, const Strin
/// We need to park ParallelFormating threads,
/// because they can use settings from global context
/// and it can lead to data race with `setSettings`
if (output_format)
{
output_format->finalize();
output_format.reset();
}
resetOutput();
}
catch (...)
{