Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailBurdukov committed Dec 19, 2023
1 parent b13de1d commit cdf3c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storages/MergeTree/MergeTreeData.h
Expand Up @@ -1425,7 +1425,7 @@ class MergeTreeData : public IStorage, public WithMutableContext
return current_time >= iter->second.getNextMinExecutionTime();
}
};
/// Contols postponing logic for failed mutations.
/// Controls postponing logic for failed mutations.
PartMutationBackoffPolicy mutation_backoff_policy;

/// If part is assigned to merge or mutation (possibly replicated)
Expand Down

0 comments on commit cdf3c5f

Please sign in to comment.