mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Remove unnecessary check
This commit is contained in:
parent
af3f600b5c
commit
0e4f2b17cc
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user