mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Merge pull request #36880 from ClickHouse/serxa-fix-typo
fix typo in comment
This commit is contained in:
commit
c21cff7905
@ -128,7 +128,7 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Executor for a background MergeTree related operations such as merges, mutations, fetches an so on.
|
* Executor for a background MergeTree related operations such as merges, mutations, fetches and so on.
|
||||||
* It can execute only successors of ExecutableTask interface.
|
* It can execute only successors of ExecutableTask interface.
|
||||||
* Which is a self-written coroutine. It suspends, when returns true from executeStep() method.
|
* Which is a self-written coroutine. It suspends, when returns true from executeStep() method.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user