mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
disable values for parallel_formatting
This commit is contained in:
parent
07e9a25bd8
commit
def9c81779
@ -51,7 +51,6 @@ void registerOutputFormatProcessorValues(FormatFactory & factory)
|
||||
{
|
||||
return std::make_shared<ValuesRowOutputFormat>(buf, sample, params, settings);
|
||||
});
|
||||
factory.markOutputFormatSupportsParallelFormatting("Values");
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user