Enable onProgress calls to JSONCompactWithProgressRowOutputFormat

This commit is contained in:
Alexey Korepanov 2024-06-23 14:34:54 +02:00
parent f9b70ea77a
commit 20860ed8b0

View File

@ -118,8 +118,6 @@ void registerOutputFormatJSONCompactWithProgress(FormatFactory & factory)
{
return std::make_shared<JSONCompactWithProgressRowOutputFormat>(buf, sample, format_settings, false);
});
factory.markOutputFormatSupportsParallelFormatting("JSONCompactWithProgress");
}
}