Update MergeTreeBackgroundExecutor.h

This commit is contained in:
Sergei Trifonov 2022-05-03 18:50:05 +02:00 committed by GitHub
parent ea93ab51d5
commit 1bcae160a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
* Which is a self-written coroutine. It suspends, when returns true from executeStep() method.
*