fix whitespace

This commit is contained in:
jsc0218 2024-08-08 01:50:49 +00:00
parent 72c80c906b
commit 22dad244e7

View File

@ -887,7 +887,7 @@ bool MergeTask::MergeProjectionsStage::mergeMinMaxIndexAndPrepareProjections() c
ctx->projections_iterator = ctx->tasks_for_projections.begin();
return false;
}
for (const auto & projection : global_ctx->projections_to_merge)
{
MergeTreeData::DataPartsVector projection_parts = global_ctx->projections_to_merge_parts[projection->name];