disable values for parallel_formatting

This commit is contained in:
Nikita Mikhailov 2020-12-29 17:51:42 +03:00
parent 07e9a25bd8
commit def9c81779

View File

@ -51,7 +51,6 @@ void registerOutputFormatProcessorValues(FormatFactory & factory)
{
return std::make_shared<ValuesRowOutputFormat>(buf, sample, params, settings);
});
factory.markOutputFormatSupportsParallelFormatting("Values");
}
}