Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CheSema authored Jan 20, 2023
1 parent 02f22f0 commit b76b612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Storages/StorageMergeTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class StorageMergeTree final : public MergeTreeData
/// Merges have to be aware of the outdated part's levels inside designated merge range.
/// When two parts all_1_1_0, all_3_3_0 are merged into all_1_3_1, the gap between those parts have to be verified.
/// There should not be an unactive part all_1_1_1. Otherwise it is impossible to load parts after restart, they intersects.
/// Therefore this function is used in merge predicate in order to prevent merges over the gaps with height level outdated parts.
/// Therefore this function is used in merge predicate in order to prevent merges over the gaps with high level outdated parts.
UInt32 getMaxLevelInBetween(
const DataPartPtr & left,
const DataPartPtr & right) const;
Expand Down

0 comments on commit b76b612

Please sign in to comment.