We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99781c6 commit 08cec66Copy full SHA for 08cec66
src/Storages/MergeTree/ExportList.cpp
@@ -24,7 +24,7 @@ ExportsListElement::ExportsListElement(
24
, total_size_bytes_uncompressed(total_size_bytes_uncompressed_)
25
, create_time(create_time_)
26
{
27
- thread_group = ThreadGroup::createForBackgroundProcess(context);
+ thread_group = ThreadGroup::createForMergeMutate(context);
28
}
29
30
ExportsListElement::~ExportsListElement()
0 commit comments