Remove unnecessary check

This commit is contained in:
Alexey Korepanov 2024-08-25 11:38:29 +02:00
parent af3f600b5c
commit 0e4f2b17cc

View File

@ -124,7 +124,7 @@ void JSONCompactWithProgressRowOutputFormat::finalizeImpl()
statistics.applied_limit,
statistics.watch,
statistics.progress,
settings.write_statistics && exception_message.empty(),
settings.write_statistics,
*ostr);
} else {
JSONUtils::writeCompactObjectStart(*ostr);